Add missing import for hgwebdir
authormpm@selenic.com
Thu, 08 Sep 2005 00:13:52 -0700
changeset 1217 f1895785c79e
parent 1216 1639fc7c2ccf
child 1218 cde6818e082a
Add missing import for hgwebdir
mercurial/hgweb.py
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -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 *