Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/server.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 | 63b5f4c73c98 |
children | 810ca383da9c |
line wrap: on
line diff
--- a/mercurial/hgweb/server.py Thu Oct 23 19:27:25 2008 +0200 +++ b/mercurial/hgweb/server.py Tue Oct 21 17:47:49 2008 +0200 @@ -11,7 +11,7 @@ from mercurial.repo import RepoError from hgweb_mod import hgweb from hgwebdir_mod import hgwebdir -from mercurial.i18n import gettext as _ +from mercurial.i18n import _ def _splitURI(uri): """ Return path and query splited from uri