comparison mercurial/transaction.py @ 1541:bf4e7ef08741

fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
author twaldmann@thinkmo.de
date Mon, 14 Nov 2005 03:59:35 +0200
parents 9d2c2e6b32b5
children 59b3639df0a9
comparison
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