diff mercurial/hgweb/webcommands.py @ 5960:06467b51ab9c

webcommands: add missing hg import
author Patrick Mezard <pmezard@gmail.com>
date Sat, 26 Jan 2008 22:44:27 +0100
parents 15ef6b9c1f2f
children 5be210afe1b8
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):