mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
5 lines
241 B
Text
5 lines
241 B
Text
|
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)
|