mercurial/httprepo.py
changeset 1400 cf9a1233738a
parent 1377 854775b27d1a
child 1402 9d2c2e6b32b5
--- a/mercurial/httprepo.py
+++ b/mercurial/httprepo.py
@@ -7,6 +7,7 @@
 
 from node import *
 from remoterepo import *
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "hg os urllib urllib2 urlparse zlib util")