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

svn: r12559
This commit is contained in:
Gerald Britton
2009-05-21 17:19:50 +00:00
parent 316b997e6d
commit 021b754939
128 changed files with 229 additions and 235 deletions

View File

@@ -78,7 +78,7 @@ def get_object(self,value):
return object
return None
class GrampsWindowManager:
class GrampsWindowManager(object):
"""
Manage hierarchy of open GRAMPS windows.
@@ -304,7 +304,7 @@ class GrampsWindowManager:
# Gramps Managed Window class
#
#-------------------------------------------------------------------------
class ManagedWindow:
class ManagedWindow(object):
"""
Managed window base class.