mercurial/transaction.py
changeset 1400 cf9a1233738a
parent 1073 7b35a980b982
child 1402 9d2c2e6b32b5
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