????
| Current Path : /usr/lib/python2.7/site-packages/pip/_internal/commands/ |
| Current File : //usr/lib/python2.7/site-packages/pip/_internal/commands/configuration.pyc |
�
}�\]c @ s� d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z d d l m Z m
Z
m Z d d l m
Z
d d l m Z d d l m Z d d l m Z e j e � Z d e f d
� � YZ d S( i����N( t Command( t ERRORt SUCCESS( t
Configurationt get_configuration_filest kinds( t PipError( t
deprecated( t get_prog( t running_under_virtualenvt ConfigurationCommandc B s� e Z d Z d Z d Z d Z d � Z d � Z d � Z d � Z d � Z
d � Z d
� Z d � Z
d � Z d
� Z d � Z RS( s9 Manage local and global configuration.
Subcommands:
list: List the active configuration (or from the file specified)
edit: Edit the configuration file in an editor
get: Get the value associated with name
set: Set the name=value
unset: Unset the value associated with name
If none of --user, --global and --site are passed, a virtual
environment configuration file is used if one is active and the file
exists. Otherwise, all modifications happen on the to the user file by
default.
t configs�
%prog [<file-option>] list
%prog [<file-option>] [--editor <editor-path>] edit
%prog [<file-option>] get name
%prog [<file-option>] set name value
%prog [<file-option>] unset name
s&