--- 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")