hgext/convert/common.py
changeset 5513 f0c58fd4b798
parent 5512 8cd26ccc68f8
child 5529 5499dbb445de
--- a/hgext/convert/common.py	Wed Nov 07 17:40:39 2007 -0800
+++ b/hgext/convert/common.py	Wed Nov 07 18:26:59 2007 -0800
@@ -2,6 +2,7 @@
 import base64, errno
 import cPickle as pickle
 from mercurial import util
+from mercurial.i18n import _
 
 def encodeargs(args):
     def encodearg(s):