Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -72,7 +72,7 @@ WIKI_HELP_SEC = _('manual|Compare_Individual_Events...')
|
||||
# EventCmp
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class TableReport:
|
||||
class TableReport(object):
|
||||
"""
|
||||
This class provides an interface for the spreadsheet table
|
||||
used to save the data into the file.
|
||||
|
Reference in New Issue
Block a user