HEX
Server: Apache
System: Linux vps125252.inmotionhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: authornicolemesc (1024)
PHP: 8.1.33
Disabled: passthru,shell_exec,exec,system
Upload Files
File: //lib/python2.7/site-packages/setuptools/command/register.py
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)