SEESenv/bin/easy_install-2.6
author amit@shrike.aero.iitb.ac.in
Wed, 14 Apr 2010 14:38:29 +0530
changeset 54 ce987056033c
parent 3 6cee07c589cb
permissions -rwxr-xr-x
Changed the list of chapter according to the actuall SEES course.

#!/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')()
)