hgweb.cgi
changeset 391 5f65a108a559
parent 202 e875a0cf7f3a
child 2506 d0db3462d568
--- a/hgweb.cgi	Fri Jun 17 15:05:32 2005 +0100
+++ b/hgweb.cgi	Fri Jun 17 08:50:11 2005 -0800
@@ -3,6 +3,8 @@
 # An example CGI script to use hgweb, edit as necessary
 
 import cgitb, os, sys
+cgitb.enable()
+
 # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install
 from mercurial import hgweb