mercurial/util.py
changeset 3893 6b4127c7d52a
parent 3886 abaee83ce0a6
child 3906 1063a631cb8e
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -12,7 +12,7 @@ This contains helper routines that are i
 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