Mercurial > hg > mercurial-source
diff mercurial/ui.py @ 3893:6b4127c7d52a
Simplify i18n imports
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 14 Dec 2006 20:25:19 -0600 (2006-12-15) |
parents | a0b18a8e0460 |
children | e492ab235b4d |
line wrap: on
line diff
--- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -5,7 +5,7 @@ # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. -from i18n import gettext as _ +from i18n import _ import errno, getpass, os, re, socket, sys, tempfile import ConfigParser, traceback, util