diff mercurial/hgweb/hgweb_mod.py @ 5563:d61fea133f2d

hgweb: fix breaking tests on Python < 2.5
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 28 Nov 2007 09:39:17 -0800
parents 22713dce19f6
children feac5b0bf9ba
line wrap: on
line diff
--- 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] != "/":