mercurial/sshrepo.py
changeset 1400 cf9a1233738a
parent 1358 20abfd48e21c
child 1402 9d2c2e6b32b5
--- a/mercurial/sshrepo.py
+++ b/mercurial/sshrepo.py
@@ -7,6 +7,7 @@
 
 from node import *
 from remoterepo import *
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "hg os re stat")