Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb.py @ 1217:f1895785c79e
Add missing import for hgwebdir
author | mpm@selenic.com |
---|---|
date | Thu, 08 Sep 2005 00:13:52 -0700 |
parents | db9639b8594c |
children | 56582bb2b869 |
line wrap: on
line diff
--- 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 *