buildframework/helium/builder/tools/sphinx/easy-install.pth
author Zheng Shen <zheng.shen@nokia.com>
Thu, 28 Oct 2010 11:19:23 +0800
changeset 666 76dc8e3e7f2e
parent 587 85df38eb4012
permissions -rw-r--r--
sync from svn
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)