Mercurial > hg
changeset 1217:f1895785c79e
Add missing import for hgwebdir
author | mpm@selenic.com |
---|---|
date | Thu, 08 Sep 2005 00:13:52 -0700 |
parents | 1639fc7c2ccf |
children | cde6818e082a |
files | mercurial/hgweb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 *