SEESenv/bin/easy_install
author amit@thunder
Tue, 02 Mar 2010 18:49:48 +0530
changeset 42 1f61ee485958
parent 3 6cee07c589cb
permissions -rwxr-xr-x
Added hgignore and deleted the html files as they do not need to be tracked by hg now

#!/home/amit/SEES-hacks/SEESenv/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.6c11','console_scripts','easy_install'
__requires__ = 'setuptools==0.6c11'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
)