hgext/gpg.py
changeset 3891 6b4127c7d52a
parent 2875 3d6efcbbd1c9
child 3920 b12eae71382d
--- a/hgext/gpg.py	Thu Dec 14 20:23:25 2006 -0600
+++ b/hgext/gpg.py	Thu Dec 14 20:25:19 2006 -0600
@@ -8,7 +8,7 @@
 import os, tempfile, binascii
 from mercurial import util
 from mercurial import node as hgnode
-from mercurial.i18n import gettext as _
+from mercurial.i18n import _
 
 class gpg:
     def __init__(self, path, key=None):