SEESenv/bin/easy_install-2.6
author amit@thunder
Wed, 10 Mar 2010 17:39:26 +0530
changeset 45 b5bff924ef69
parent 3 6cee07c589cb
permissions -rwxr-xr-x
Some more changes to soup is made in final html also comment.html has been changed so the links don't appear

#!/home/amit/SEES-hacks/SEESenv/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.6c11','console_scripts','easy_install-2.6'
__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-2.6')()
)