updated to python2.5;
authorwenzelm
Mon, 01 Dec 2008 14:46:27 +0100
changeset 28930 6d677da7b339
parent 28929 32831901e1ae
child 28931 498b63ba782c
updated to python2.5;
Admin/Mercurial/hgwebdir.cgi
--- a/Admin/Mercurial/hgwebdir.cgi	Mon Dec 01 14:42:24 2008 +0100
+++ b/Admin/Mercurial/hgwebdir.cgi	Mon Dec 01 14:46:27 2008 +0100
@@ -4,7 +4,7 @@
 
 # adjust python path if not a system-wide install:
 import sys
-sys.path.insert(0, "/home/isabelle-repository/repos/mercurial-www4/lib64/python2.4/site-packages")
+sys.path.insert(0, "/home/isabelle-repository/repos/mercurial-www4/lib64/python2.5/site-packages")
 
 # enable importing on demand to reduce startup time
 from mercurial import demandimport; demandimport.enable()