Files
heroku-buildpack-python/vendor/setuptools-2.1/easy_install.py
T
Kenneth Reitz 715ab8b96a Update to Setuptools 2.1 and Pip 1.5.2
So seamless.
2014-02-19 11:59:02 -05:00

6 lines
126 B
Python

"""Run the EasyInstall command"""
if __name__ == '__main__':
from setuptools.command.easy_install import main
main()