changeset 5960:06467b51ab9c

webcommands: add missing hg import
author Patrick Mezard <pmezard@gmail.com>
date Sat, 26 Jan 2008 22:44:27 +0100
parents 0162c6cc045e
children ed4d55c2366f
files mercurial/hgweb/webcommands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):