| author | amit@thunder |
| Wed, 10 Mar 2010 00:04:25 +0530 | |
| changeset 44 | d0e9b52bda73 |
| parent 3 | 6cee07c589cb |
| permissions | -rwxr-xr-x |
| 3 | 1 |
#!/home/amit/SEES-hacks/SEESenv/bin/python |
2 |
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.6c11','console_scripts','easy_install' |
|
3 |
__requires__ = 'setuptools==0.6c11' |
|
4 |
import sys |
|
5 |
from pkg_resources import load_entry_point |
|
6 |
||
7 |
sys.exit( |
|
8 |
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
|
|
9 |
) |