mercurial/manifest.py
changeset 1400 cf9a1233738a
parent 1098 50a0a36dd48a
child 1402 9d2c2e6b32b5
--- a/mercurial/manifest.py	Tue Oct 18 17:57:27 2005 -0700
+++ b/mercurial/manifest.py	Tue Oct 18 18:37:48 2005 -0700
@@ -7,6 +7,7 @@
 
 import sys, struct
 from revlog import *
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "bisect")