summaryrefslogtreecommitdiff
path: root/lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg/easy_install.py
blob: d87e984034b6e6e9eb456ebcb2b3f420c07a48bc (plain)
1
2
3
4
5
"""Run the EasyInstall command"""

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