changeset 5960 | 06467b51ab9c |
parent 5926 | 15ef6b9c1f2f |
child 5963 | 5be210afe1b8 |
--- a/mercurial/hgweb/webcommands.py Sat Jan 26 20:04:31 2008 +0100 +++ b/mercurial/hgweb/webcommands.py Sat Jan 26 22:44:27 2008 +0100 @@ -6,7 +6,7 @@ # of the GNU General Public License, incorporated herein by reference. import os, mimetypes -from mercurial import revlog, util +from mercurial import revlog, util, hg from common import staticfile, ErrorResponse def log(web, req, tmpl):