🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:58:19 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
python36
/
lib
/
python3.6
/
site-packages
/
setuptools
/
command
📍 /opt/alt/python36/lib/python3.6/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