
    b                     b    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Zy)	zPrivateCA resource completers.    )absolute_import)division)unicode_literals)
completersc                   "     e Zd ZdZ fdZ xZS )LocationsCompleterzThe location completer.c                 2    t        t        | 
  dddd| y )Nzprivateca.projects.locationszprivateca locations list --uri)
collectionlist_command )superr   __init__)selfkwargs	__class__s     6lib/googlecloudsdk/command_lib/privateca/completers.pyr   zLocationsCompleter.__init__   s(    	
d, 15     )__name__
__module____qualname____doc__r   __classcell__)r   s   @r   r   r      s     r   r   N)	r   
__future__r   r   r   googlecloudsdk.command_lib.utilr   ListCommandCompleterr   r   r   r   <module>r      s(    % &  ' 688 r   