diff -r ee9b4674113a -r 3c0e119f5caa cgi-bin/repos.cgi --- a/cgi-bin/repos.cgi Wed Jan 14 01:25:28 2015 +0000 +++ b/cgi-bin/repos.cgi Wed Jan 14 18:11:05 2015 +0000 @@ -4,7 +4,7 @@ # adjust python path if not a system-wide install: import sys -sys.path.insert(0, "/usr/lib64/python3.1/site-packages") +sys.path.append("/usr/local/lib/python2.7/site-packages/") # enable importing on demand to reduce startup time from mercurial import demandimport; demandimport.enable()