Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@ -101,7 +101,7 @@ def _validate_options(options, dbase):
|
||||
# Command-line report
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class CommandLineReport:
|
||||
class CommandLineReport(object):
|
||||
"""
|
||||
Provide a way to generate report from the command line.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user