Mercurial > public > mercurial-scm > hg
diff mercurial/context.py @ 3891:6b4127c7d52a
Simplify i18n imports
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 14 Dec 2006 20:25:19 -0600 |
parents | abaee83ce0a6 |
children | 01d98d68d697 |
line wrap: on
line diff
--- a/mercurial/context.py Thu Dec 14 20:23:25 2006 -0600 +++ b/mercurial/context.py Thu Dec 14 20:25:19 2006 -0600 @@ -6,7 +6,7 @@ # of the GNU General Public License, incorporated herein by reference. from node import * -from i18n import gettext as _ +from i18n import _ import ancestor, bdiff, repo, revlog, util, os class changectx(object):