SEESenv/lib/python2.6/site-packages/easy-install.pth
author amit@thunder
Wed, 10 Mar 2010 17:39:26 +0530
changeset 45 b5bff924ef69
parent 3 6cee07c589cb
permissions -rw-r--r--
Some more changes to soup is made in final html also comment.html has been changed so the links don't appear
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)