mercurial/hgweb.py
changeset 1400 cf9a1233738a
parent 1369 b6d4ebebc35c
child 1402 9d2c2e6b32b5
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -11,6 +11,7 @@ from demandload import demandload
 demandload(globals(), "mdiff time re socket zlib errno ui hg ConfigParser")
 demandload(globals(), "zipfile tempfile StringIO tarfile BaseHTTPServer util")
 from node import *
+from i18n import gettext as _
 
 def templatepath():
     for f in "templates", "../templates":