Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -209,7 +209,7 @@ class Check(Tool.BatchTool):
|
||||
#
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
class CheckIntegrity:
|
||||
class CheckIntegrity(object):
|
||||
|
||||
def __init__(self, dbstate, uistate, trans):
|
||||
self.db = dbstate.db
|
||||
|
||||
Reference in New Issue
Block a user