mercurial/hgweb/hgweb_mod.py
changeset 5565 feac5b0bf9ba
parent 5563 d61fea133f2d
child 5566 d74fc8dec2b4
--- a/mercurial/hgweb/hgweb_mod.py	Wed Nov 28 11:54:39 2007 -0600
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Nov 28 13:58:31 2007 -0800
@@ -13,7 +13,6 @@
 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] != "/":