mercurial/util.py
changeset 1400 cf9a1233738a
parent 1399 9a70776e355e
child 1402 9d2c2e6b32b5
--- a/mercurial/util.py	Tue Oct 18 17:57:27 2005 -0700
+++ b/mercurial/util.py	Tue Oct 18 18:37:48 2005 -0700
@@ -11,6 +11,7 @@
 """
 
 import os, errno
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "re cStringIO shutil popen2 tempfile threading time")