1.1 --- a/java/hg-projekty/web/WEB-INF/cgi/hg Mon Feb 16 20:35:11 2009 +0100
1.2 +++ b/java/hg-projekty/web/WEB-INF/cgi/hg Mon Feb 16 21:21:34 2009 +0100
1.3 @@ -10,8 +10,8 @@
1.4 from mercurial import demandimport; demandimport.enable()
1.5
1.6 # Uncomment to send python tracebacks to the browser if an error occurs:
1.7 -import cgitb
1.8 -cgitb.enable()
1.9 +#import cgitb
1.10 +#cgitb.enable()
1.11
1.12 # If you'd like to serve pages with UTF-8 instead of your default
1.13 # locale charset, you can do so by uncommenting the following lines.