mercurial/sshrepo.py
changeset 1400 cf9a1233738a
parent 1358 20abfd48e21c
child 1402 9d2c2e6b32b5
--- a/mercurial/sshrepo.py	Tue Oct 18 17:57:27 2005 -0700
+++ b/mercurial/sshrepo.py	Tue Oct 18 18:37:48 2005 -0700
@@ -7,6 +7,7 @@
 
 from node import *
 from remoterepo import *
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "hg os re stat")