2013-10-11 17:28:32 +00:00
|
|
|
import sys; sys.__plen = len(sys.path)
|
|
|
|
./setuptools-3.6-py2.7.egg
|
2014-09-05 16:01:36 +00:00
|
|
|
./pip-1.5.6-py2.7.egg
|
2013-10-11 17:28:32 +00:00
|
|
|
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)
|