easy_install.py 126 B

12345
  1. """Run the EasyInstall command"""
  2. if __name__ == '__main__':
  3. from setuptools.command.easy_install import main
  4. main()