# HG changeset patch # User mpm@selenic.com # Date 1126163632 25200 # Node ID f1895785c79e4156715ce5a19884c2cf50c8c21b # Parent 1639fc7c2ccfa25a7264898c1da40acd5b513819 Add missing import for hgwebdir diff -r 1639fc7c2ccf -r f1895785c79e mercurial/hgweb.py --- 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 *