changeset 363 | 16b8335d1cce |
parent 362 | 3c0e119f5caa |
child 416 | 75df587e1bcd |
--- a/cgi-bin/repos.cgi Mon Mar 02 00:52:42 2015 +0000 +++ b/cgi-bin/repos.cgi Mon Mar 02 00:53:42 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()