SEESenv/bin/easy_install-2.6
author amit@thunder
Mon, 01 Mar 2010 15:23:42 +0530
changeset 40 ef147a79b098
parent 3 6cee07c589cb
permissions -rwxr-xr-x
Added change names to do required changes in names such that we get the chapter names beyond 10 in proper list

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