diff mercurial/util.py @ 3893:6b4127c7d52a

Simplify i18n imports
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Dec 2006 20:25:19 -0600
parents abaee83ce0a6
children 1063a631cb8e
line wrap: on
line diff
--- 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