Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -308,7 +308,7 @@ class EditFamilyEvent(EditEvent):
|
||||
# Delete Query class
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
class DelEventQuery:
|
||||
class DelEventQuery(object):
|
||||
def __init__(self, dbstate, uistate, event, person_list, family_list):
|
||||
self.event = event
|
||||
self.db = dbstate.db
|
||||
|
||||
Reference in New Issue
Block a user