Poodletooth-iLand/panda/python/Lib/site-packages/easy-install.pth

5 lines
241 B
Text
Raw Normal View History

2015-03-06 06:11:40 -06:00
import sys; sys.__plen = len(sys.path)
./setuptools-12.0.5-py2.7.egg
./pip-6.0.8-py2.7.egg
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)