diff -r f1be8028a4a9 -r 75df587e1bcd cgi-bin/repos.cgi --- a/cgi-bin/repos.cgi Wed Mar 30 17:27:34 2016 +0100 +++ b/cgi-bin/repos.cgi Wed Mar 30 20:11:37 2016 +0100 @@ -7,7 +7,7 @@ sys.path.append("/usr/local/lib/python2.7/site-packages/") # enable importing on demand to reduce startup time -from mercurial import demandimport; demandimport.enable() +#from mercurial import demandimport; demandimport.enable() # Uncomment to send python tracebacks to the browser if an error occurs: import cgitb