Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@ -46,7 +46,7 @@ from Filters import GenericFilter, Rules
|
||||
# WriterOptionBox
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
class WriterOptionBox:
|
||||
class WriterOptionBox(object):
|
||||
"""
|
||||
Create a VBox with the option widgets and define methods to retrieve
|
||||
the options.
|
||||
|
Reference in New Issue
Block a user