mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
4 lines
241 B
Text
4 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)
|