mercurial/hgweb.py
changeset 1217 f1895785c79e
parent 1213 db9639b8594c
child 1219 56582bb2b869
--- a/mercurial/hgweb.py	Thu Sep 08 09:11:17 2005 +0200
+++ b/mercurial/hgweb.py	Thu Sep 08 00:13:52 2005 -0700
@@ -8,7 +8,7 @@
 
 import os, cgi, sys
 from demandload import demandload
-demandload(globals(), "mdiff time re socket zlib errno ui hg")
+demandload(globals(), "mdiff time re socket zlib errno ui hg ConfigParser")
 demandload(globals(), "zipfile tempfile StringIO tarfile BaseHTTPServer")
 from node import *