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

@@ -600,7 +600,7 @@ class Gramplet(object):
def save_options(self):
pass
class GuiGramplet:
class GuiGramplet(object):
"""
Class that handles the plugin interfaces for the GrampletView.
"""