hgext/inotify/__init__.py
changeset 7225 59b4ae211584
parent 7219 1f6d2e487135
child 7304 68374f1c8c87
--- a/hgext/inotify/__init__.py	Thu Oct 23 19:27:25 2008 +0200
+++ b/hgext/inotify/__init__.py	Tue Oct 21 17:47:49 2008 +0200
@@ -11,7 +11,7 @@
 
 # todo: socket permissions
 
-from mercurial.i18n import gettext as _
+from mercurial.i18n import _
 from mercurial import cmdutil, util
 import client, errno, os, server, socket
 from weakref import proxy