aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/setuptools/py2/easy_install.py
blob: 451ada2cf4374004176b1ad27c6d806452560d47 (plain) (blame)
1
2
3
4
5
"""Run the EasyInstall command""" 
 
if __name__ == '__main__': 
    from setuptools.command.easy_install import main 
    main()