diff mercurial/transaction.py @ 3897:7034020aeaf9

merge with main
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 15 Dec 2006 05:38:54 +0100
parents 6b4127c7d52a
children e7127f669edb
line wrap: on
line diff
--- a/mercurial/transaction.py	Thu Dec 14 23:51:41 2006 +0100
+++ b/mercurial/transaction.py	Fri Dec 15 05:38:54 2006 +0100
@@ -11,7 +11,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 os
 
 class transaction(object):