CHips L MINI SHELL

CHips L pro

Current Path : /usr/lib/python2.7/dist-packages/setuptools/command/
Upload File :
Current File : //usr/lib/python2.7/dist-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)

Copyright 2K16 - 2K18 Indonesian Hacker Rulez