webcommands: add missing hg import
authorPatrick Mezard <pmezard@gmail.com>
Sat, 26 Jan 2008 22:44:27 +0100
changeset 5960 06467b51ab9c
parent 5959 0162c6cc045e
child 5961 ed4d55c2366f
webcommands: add missing hg import
mercurial/hgweb/webcommands.py
--- 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):