| changeset 416 | 75df587e1bcd | 
| parent 362 | 3c0e119f5caa | 
| child 474 | 10ae557fb308 | 
--- 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