diff hgext/win32text.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 fb42030d79d6
children 4a4c7f6a5912
line wrap: on
line diff
--- a/hgext/win32text.py	Thu Oct 23 19:27:25 2008 +0200
+++ b/hgext/win32text.py	Tue Oct 21 17:47:49 2008 +0200
@@ -27,7 +27,7 @@
 # pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf
 # # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr
 
-from mercurial.i18n import gettext as _
+from mercurial.i18n import _
 from mercurial.node import bin, short
 from mercurial import util
 import re