changeset 391 | 5f65a108a559 |
parent 377 | e5d769afd3ef |
child 515 | 03f27b1381f9 |
--- a/mercurial/hgweb.py Fri Jun 17 15:05:32 2005 +0100 +++ b/mercurial/hgweb.py Fri Jun 17 08:50:11 2005 -0800 @@ -6,10 +6,6 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -# useful for debugging -import cgitb -cgitb.enable() - import os, cgi, time, re, difflib, sys, zlib from mercurial.hg import * from mercurial.ui import *