diff mercurial/util.py @ 1400:cf9a1233738a

i18n first part: make '_' available for files who need it
author Benoit Boissinot <benoit.boissinot@ens-lyon.org
date Tue, 18 Oct 2005 18:37:48 -0700
parents 9a70776e355e
children 9d2c2e6b32b5
line wrap: on
line diff
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -11,6 +11,7 @@ platform-specific details from the core.
 """
 
 import os, errno
+from i18n import gettext as _
 from demandload import *
 demandload(globals(), "re cStringIO shutil popen2 tempfile threading time")