buildframework/helium/builder/tools/sphinx/easy-install.pth
author jascui
Tue, 16 Nov 2010 15:54:07 +0800
changeset 682 2c32f186fa1f
parent 587 85df38eb4012
permissions -rw-r--r--
Solving incorrect handling when processing ExportName=SymbolName@Ordinal syntax.
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)