changeset 7225 | 59b4ae211584 |
parent 7107 | 125c8fedcbe0 |
child 7336 | 2dc868712dcc |
--- a/mercurial/hgweb/hgwebdir_mod.py Thu Oct 23 19:27:25 2008 +0200 +++ b/mercurial/hgweb/hgwebdir_mod.py Tue Oct 21 17:47:49 2008 +0200 @@ -7,7 +7,7 @@ # of the GNU General Public License, incorporated herein by reference. import os -from mercurial.i18n import gettext as _ +from mercurial.i18n import _ from mercurial.repo import RepoError from mercurial import ui, hg, util, templater, templatefilters from common import ErrorResponse, get_mtime, staticfile, style_map, paritygen,\