PATH:
opt
/
alt
/
python34
/
lib
/
python3.4
/
site-packages
/
setuptools
/
command
from distutils.command.register import register as _register class register(_register): __doc__ = _register.__doc__ def run(self): # Make sure that we are using valid current name/version info self.run_command('egg_info') _register.run(self)
[+]
__pycache__
[-] egg_info.py
[edit]
[-] __init__.py
[edit]
[-] upload_docs.py
[edit]
[-] bdist_rpm.py
[edit]
[-] bdist_wininst.py
[edit]
[-] install_egg_info.py
[edit]
[-] sdist.py
[edit]
[-] install.py
[edit]
[-] saveopts.py
[edit]
[-] bdist_egg.py
[edit]
[-] build_ext.py
[edit]
[-] install_lib.py
[edit]
[-] test.py
[edit]
[+]
..
[-] easy_install.py
[edit]
[-] develop.py
[edit]
[-] alias.py
[edit]
[-] register.py
[edit]
[-] rotate.py
[edit]
[-] install_scripts.py
[edit]
[-] setopt.py
[edit]
[-] build_py.py
[edit]