diff hgext/inotify/client.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 6f4a253f2a64
children 810ca383da9c
line wrap: on
line diff
--- a/hgext/inotify/client.py	Thu Oct 23 19:27:25 2008 +0200
+++ b/hgext/inotify/client.py	Tue Oct 21 17:47:49 2008 +0200
@@ -6,7 +6,7 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-from mercurial.i18n import gettext as _
+from mercurial.i18n import _
 from mercurial import ui
 import common
 import os, select, socket, stat, struct, sys