diff -r 9a70776e355e -r cf9a1233738a mercurial/hgweb.py --- a/mercurial/hgweb.py Tue Oct 18 17:57:27 2005 -0700 +++ b/mercurial/hgweb.py Tue Oct 18 18:37:48 2005 -0700 @@ -11,6 +11,7 @@ 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":