buildframework/helium/builder/tools/sphinx/easy-install.pth
author Bob Rosenberg <bob.rosenberg@nokia.com>
Thu, 26 Aug 2010 10:06:23 +0100
changeset 637 61e7d5b4a187
parent 587 85df38eb4012
permissions -rw-r--r--
Change bld.inf install location to /epoc32/tools/metatools. Fix format of component version number.
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)