mercurial/transaction.py
changeset 1541 bf4e7ef08741
parent 1402 9d2c2e6b32b5
child 1559 59b3639df0a9
equal deleted inserted replaced
1540:8ca9f5b17257 1541:bf4e7ef08741
    10 #
    10 #
    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
       
    16 from i18n import gettext as _
    15 from i18n import gettext as _
    17 
    16 
    18 class transaction:
    17 class transaction:
    19     def __init__(self, report, opener, journal, after=None):
    18     def __init__(self, report, opener, journal, after=None):
    20         self.journal = None
    19         self.journal = None