SEESenv/lib/python2.6/site-packages/easy-install.pth
author amit@thunder
Mon, 12 Apr 2010 15:12:41 +0530
changeset 49 3b5f1341d6c6
parent 3 6cee07c589cb
permissions -rw-r--r--
Some small changes ... bug fixes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
6cee07c589cb Changes in path of some of the files ...
amit@thunder
parents:
diff changeset
     1
import sys; sys.__plen = len(sys.path)
6cee07c589cb Changes in path of some of the files ...
amit@thunder
parents:
diff changeset
     2
./setuptools-0.6c11-py2.6.egg
6cee07c589cb Changes in path of some of the files ...
amit@thunder
parents:
diff changeset
     3
./pip-0.6.1-py2.6.egg
6cee07c589cb Changes in path of some of the files ...
amit@thunder
parents:
diff changeset
     4
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new)