buildframework/helium/builder/tools/sphinx/easy-install.pth
changeset 587 85df38eb4012
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/builder/tools/sphinx/easy-install.pth	Tue Apr 27 08:33:08 2010 +0300
@@ -0,0 +1,7 @@
+import sys; sys.__plen = len(sys.path)
+./setuptools-0.6c5-py2.5.egg
+./docutils-0.5-py2.5.egg
+./Jinja-1.2-py2.5-win32.egg
+./pygments-0.10-py2.5.egg
+./sphinx-0.5.1-py2.5.egg
+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)