mercurial/hgweb/hgweb_mod.py
changeset 5563 d61fea133f2d
parent 5561 22713dce19f6
child 5565 feac5b0bf9ba
--- a/mercurial/hgweb/hgweb_mod.py	Wed Nov 28 08:39:05 2007 -0800
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Nov 28 09:39:17 2007 -0800
@@ -13,6 +13,7 @@
 from mercurial import mdiff, ui, hg, util, archival, streamclone, patch
 from mercurial import revlog, templater
 from common import ErrorResponse, get_mtime, staticfile, style_map, paritygen
+from common import statusmsg
 
 def _up(p):
     if p[0] != "/":