X7ROOT File Manager
Current Path:
/opt/alt/python33/lib/python3.3/site-packages/setuptools/command
opt
/
alt
/
python33
/
lib
/
python3.3
/
site-packages
/
setuptools
/
command
/
ðŸ“
..
📄
__init__.py
(553 B)
ðŸ“
__pycache__
📄
alias.py
(2.43 KB)
📄
bdist_egg.py
(18.28 KB)
📄
bdist_rpm.py
(1.98 KB)
📄
bdist_wininst.py
(2.23 KB)
📄
build_ext.py
(11.58 KB)
📄
build_py.py
(8.24 KB)
📄
develop.py
(6.3 KB)
📄
easy_install.py
(71.01 KB)
📄
egg_info.py
(13.98 KB)
📄
install.py
(3.97 KB)
📄
install_egg_info.py
(3.74 KB)
📄
install_lib.py
(2.43 KB)
📄
install_scripts.py
(2.02 KB)
📄
register.py
(277 B)
📄
rotate.py
(2.01 KB)
📄
saveopts.py
(705 B)
📄
sdist.py
(8.15 KB)
📄
setopt.py
(4.95 KB)
📄
test.py
(5.79 KB)
📄
upload_docs.py
(6.65 KB)
Editing: __init__.py
__all__ = [ 'alias', 'bdist_egg', 'bdist_rpm', 'build_ext', 'build_py', 'develop', 'easy_install', 'egg_info', 'install', 'install_lib', 'rotate', 'saveopts', 'sdist', 'setopt', 'test', 'install_egg_info', 'install_scripts', 'register', 'bdist_wininst', 'upload_docs', ] from setuptools.command import install_scripts import sys from distutils.command.bdist import bdist if 'egg' not in bdist.format_commands: bdist.format_command['egg'] = ('bdist_egg', "Python .egg file") bdist.format_commands.append('egg') del bdist, sys
Upload File
Create Folder