Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/usr/doc/python-2.7.15/Tools/
Upload File :
Current File : /hdd/hdd21/main/usr/doc/python-2.7.15/Tools/easy_install.py

"""Run the EasyInstall command"""

if __name__ == '__main__':
    from setuptools.command.easy_install import main
    main()