comparison mercurial/transaction.py @ 1400:cf9a1233738a

i18n first part: make '_' available for files who need it
author Benoit Boissinot <benoit.boissinot@ens-lyon.org
date Tue, 18 Oct 2005 18:37:48 -0700
parents 7b35a980b982
children 9d2c2e6b32b5
comparison
equal deleted inserted replaced
1399:9a70776e355e 1400:cf9a1233738a
11 # This software may be used and distributed according to the terms 11 # This software may be used and distributed according to the terms
12 # of the GNU General Public License, incorporated herein by reference. 12 # of the GNU General Public License, incorporated herein by reference.
13 13
14 import os 14 import os
15 import util 15 import util
16 from i18n import gettext as _
16 17
17 class transaction: 18 class transaction:
18 def __init__(self, report, opener, journal, after=None): 19 def __init__(self, report, opener, journal, after=None):
19 self.journal = None 20 self.journal = None
20 21