buildframework/helium/builder/tools/sphinx/easy-install.pth
author marvin shi <marvin.shi@nokia.com>
Wed, 17 Nov 2010 14:41:23 +0800
changeset 692 1dfff72f0961
parent 587 85df38eb4012
permissions -rw-r--r--
fix ou1cimx1#651819
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
import sys; sys.__plen = len(sys.path)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
./setuptools-0.6c5-py2.5.egg
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
./docutils-0.5-py2.5.egg
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
./Jinja-1.2-py2.5-win32.egg
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
./pygments-0.10-py2.5.egg
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
./sphinx-0.5.1-py2.5.egg
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
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)