changeset 7225 | 59b4ae211584 |
parent 6953 | 63b5f4c73c98 |
child 7280 | 810ca383da9c |
--- 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