mercurial/util.py
changeset 3891 6b4127c7d52a
parent 3877 abaee83ce0a6
child 3906 1063a631cb8e
--- a/mercurial/util.py	Thu Dec 14 20:23:25 2006 -0600
+++ b/mercurial/util.py	Thu Dec 14 20:25:19 2006 -0600
@@ -12,7 +12,7 @@
 platform-specific details from the core.
 """
 
-from i18n import gettext as _
+from i18n import _
 import cStringIO, errno, getpass, popen2, re, shutil, sys, tempfile
 import os, threading, time, calendar, ConfigParser, locale