Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -49,7 +49,7 @@ from ReportBase import ReportUtils
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
class Sort:
|
||||
class Sort(object):
|
||||
|
||||
def __init__(self, database):
|
||||
self.database = database
|
||||
|
Reference in New Issue
Block a user