/usr/lib/python2.7/site-packages/setuptools/command
NameSizeModeActions
alias.py24260644editdlrm
alias.pyc30980644editdlrm
alias.pyo30980644editdlrm
bdist_egg.py181850644editdlrm
bdist_egg.pyc183880644editdlrm
bdist_egg.pyo183880644editdlrm
bdist_rpm.py15080644editdlrm
bdist_rpm.pyc19140644editdlrm
bdist_rpm.pyo19140644editdlrm
bdist_wininst.py6370644editdlrm
bdist_wininst.pyc11910644editdlrm
bdist_wininst.pyo11910644editdlrm
build_clib.py44840644editdlrm
build_clib.pyc28440644editdlrm
build_clib.pyo28440644editdlrm
build_ext.py131730644editdlrm
build_ext.pyc125710644editdlrm
build_ext.pyo125270644editdlrm
build_py.py95960644editdlrm
build_py.pyc106670644editdlrm
build_py.pyo106670644editdlrm
develop.py80460644editdlrm
develop.pyc79000644editdlrm
develop.pyo79000644editdlrm
dist_info.py9600644editdlrm
dist_info.pyc17990644editdlrm
dist_info.pyo17990644editdlrm
easy_install.py870320644editdlrm
easy_install.pyc803820644editdlrm
easy_install.pyo803250644editdlrm
egg_info.py248000644editdlrm
egg_info.pyc258960644editdlrm
egg_info.pyo258960644editdlrm
install.py46830644editdlrm
install.pyc49530644editdlrm
install.pyo49530644editdlrm
install_egg_info.py22030644editdlrm
install_egg_info.pyc31850644editdlrm
install_egg_info.pyo31850644editdlrm
install_lib.py38400644editdlrm
install_lib.pyc48700644editdlrm
install_lib.pyo48240644editdlrm
install_scripts.py24390644editdlrm
install_scripts.pyc28910644editdlrm
install_scripts.pyo28910644editdlrm
launcher manifest.xml6280644editdlrm
py36compat.py49860644editdlrm
py36compat.pyc55500644editdlrm
py36compat.pyo55500644editdlrm
register.py2700644editdlrm
register.pyc7100644editdlrm
register.pyo7100644editdlrm
rotate.py21640644editdlrm
rotate.pyc30360644editdlrm
rotate.pyo30360644editdlrm
saveopts.py6580644editdlrm
saveopts.pyc11290644editdlrm
saveopts.pyo11290644editdlrm
sdist.py67110644editdlrm
sdist.pyc78230644editdlrm
sdist.pyo78230644editdlrm
setopt.py50850644editdlrm
setopt.pyc60500644editdlrm
setopt.pyo60500644editdlrm
test.py92140644editdlrm
test.pyc104680644editdlrm
test.pyo104680644editdlrm
upload.py11720644editdlrm
upload.pyc16360644editdlrm
upload.pyo16360644editdlrm
upload_docs.py73110644editdlrm
upload_docs.pyc78420644editdlrm
upload_docs.pyo78130644editdlrm
__init__.py5940644editdlrm
__init__.pyc8820644editdlrm
__init__.pyo8820644editdlrm
Edit: /usr/lib/python2.7/site-packages/setuptools/command/install.pyc (4953B)
ó Àfc@sÀddlmZddlZddlZddlZddlZddljjZ ddl Z e jZ de jfd„ƒYZge jj D]Z e dejkre ^qeje_ dS(iÿÿÿÿ(tDistutilsArgErrorNtinstallcBs eZdZejjddgZejjddgZdd„fdd„fgZe eƒZ d „Z d „Z d „Z d „Zed „ƒZd„ZRS(s7Use easy_install to install the package, w/dependenciessold-and-unmanageablesTry not to use this!s!single-version-externally-manageds5used by system package builders to create 'flat' eggstinstall_egg_infocCstS(N(tTrue(tself((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pytttinstall_scriptscCstS(N(R(R((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyRRcCs&tjj|ƒd|_d|_dS(N(torigRtinitialize_optionstNonetold_and_unmanageablet!single_version_externally_managed(R((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyR s cCsXtjj|ƒ|jr%t|_n/|jrT|j rT|j rTtdƒ‚qTndS(NsAYou must specify --record or --root when building system packages(RRtfinalize_optionstrootRR trecordR(R((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyR %s   cCs8|js|jr"tjj|ƒSd|_d|_dS(NR(RR RRthandle_extra_pathR t path_filet extra_dirs(R((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyR0s cCsX|js|jr"tjj|ƒS|jtjƒƒsJtjj|ƒn |jƒdS(N( R R RRtrunt_called_from_setuptinspectt currentframetdo_egg_install(R((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyR:s cCs¨|d krKd}tj|ƒtjƒdkrGd}tj|ƒntStj|ƒd}|d \}tj|ƒ}|j j ddƒ}|dko§|j d kS( sñ Attempt to detect whether run() was called from setup() or by another command. If called by setup(), the parent caller will be the 'run_command' method in 'distutils.dist', and *its* caller will be the 'run_commands' method. If called any other way, the immediate caller *might* be 'run_command', but it won't have been called by 'run_commands'. Return True in that case or if a call stack is unavailable. Return False otherwise. s4Call stack not available. bdist_* commands may fail.t IronPythons6For best results, pass -X:Frames to enable call stack.iit__name__Rsdistutils.distt run_commandsN( R twarningstwarntplatformtpython_implementationRRtgetouterframest getframeinfot f_globalstgettfunction(t run_frametmsgtrestcallertinfot caller_module((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyREs    cCsÉ|jjdƒ}||jddd|jd|jƒ}|jƒd|_|jjtjdƒƒ|j dƒ|jj dƒj g}t j r©|jd t j ƒn||_|jƒdt _ dS( Nt easy_installtargstxRRt.s*.eggt bdist_eggi(t distributiontget_command_classRRtensure_finalizedtalways_copy_fromt package_indextscantglobt run_commandtget_command_objt egg_outputt setuptoolstbootstrap_install_fromtinsertR+RR (RR*tcmdR+((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyR`s$      N(sold-and-unmanageableNsTry not to use this!(s!single-version-externally-managedNs5used by system package builders to create 'flat' eggs(Rt __module__t__doc__RRt user_optionsR tboolean_optionst new_commandstdictt_ncR R RRt staticmethodRR(((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyRs         i(tdistutils.errorsRRR5RRtdistutils.command.installtcommandRRR9t_installt sub_commandsR<RCRA(((s>/usr/lib/python2.7/site-packages/setuptools/command/install.pyts      l/