Bug 3017: change old-style classes to new-style classes

svn: r12560
This commit is contained in:
Gerald Britton
2009-05-21 17:58:31 +00:00
parent 5befb6046b
commit 8c73b202c3
134 changed files with 220 additions and 215 deletions

View File

@@ -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.