Hacked By AnonymousFox

Current Path : /opt/alt/python33/lib/python3.3/site-packages/setuptools/command/
Upload File :
Current File : //opt/alt/python33/lib/python3.3/site-packages/setuptools/command/register.py

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)


Hacked By AnonymousFox1.0, Coded By AnonymousFox