summaryrefslogtreecommitdiff
path: root/Lib/easy_install.py
blob: b8b841259eeaa3e944057784f08607e87c8f6e9f (plain)
1
2
3
4
5
6
"""Run the EasyInstall command"""

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