Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -601,7 +601,7 @@ class Gramplet(object):
|
||||
def save_options(self):
|
||||
pass
|
||||
|
||||
class GuiGramplet:
|
||||
class GuiGramplet(object):
|
||||
"""
|
||||
Class that handles the plugin interfaces for the GrampletView.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user