mercurial/sshrepo.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 5183 664a1c312972
child 5195 6d5ed61c508c
--- a/mercurial/sshrepo.py
+++ b/mercurial/sshrepo.py
@@ -7,7 +7,7 @@
 
 from node import *
 from remoterepo import *
-from i18n import gettext as _
+from i18n import _
 import hg, os, re, stat, util
 
 class sshrepository(remoterepository):