Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgwebdir_mod.py @ 7225:59b4ae211584
i18n: import _ instead of gettext
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Tue, 21 Oct 2008 17:47:49 +0200 |
parents | 125c8fedcbe0 |
children | 2dc868712dcc |
line wrap: on
line diff
--- 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,\