openmedialibrary_platform/Darwin/lib/python2.7/site-packages/easy-install.pth

5 lines
234 B
Text
Raw Normal View History

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