🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 19:52:35 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
setuptools
/
command
📍 /opt/alt/python35/lib/python3.5/site-packages/setuptools/command
🔄 Refresh
✏️
Editing: register.py
Read Only
import distutils.command.register as orig class register(orig.register): __doc__ = orig.register.__doc__ def run(self): # Make sure that we are using valid current name/version info self.run_command('egg_info') orig.register.run(self)
💾 Save Changes
❌ Cancel