buildframework/helium/external/python/lib/linux/easy-install.pth
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
permissions -rw-r--r--
helium_7.0-r14027
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
179
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     1
import sys; sys.__plen = len(sys.path)
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     2
./PyXML-0.8.4.egg
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     3
./4Suite_XML-1.0.2.egg
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     4
./lxml-1.3.6.egg
d8ac696cc51f helium_7.0-r14027
wbernard
parents:
diff changeset
     5
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)