mercurial/sshrepo.py
changeset 3891 6b4127c7d52a
parent 3877 abaee83ce0a6
child 5176 664a1c312972
child 5190 6d5ed61c508c
--- a/mercurial/sshrepo.py	Thu Dec 14 20:23:25 2006 -0600
+++ b/mercurial/sshrepo.py	Thu Dec 14 20:25:19 2006 -0600
@@ -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):