* src/GenericFilter.py (IsDescendantOfFilterMatch.__init__):
Remove unneeded method. svn: r4859
This commit is contained in:
parent
f15be4cc33
commit
4f9a905a15
@ -1,3 +1,7 @@
|
|||||||
|
2005-06-22 Alexander Roitman <shura@gramps-project.org>
|
||||||
|
* src/GenericFilter.py (IsDescendantOfFilterMatch.__init__):
|
||||||
|
Remove unneeded method.
|
||||||
|
|
||||||
2005-06-21 Don Allingham <don@gramps-project.org>
|
2005-06-21 Don Allingham <don@gramps-project.org>
|
||||||
* src/GenericFilter.py: optimize a few filters
|
* src/GenericFilter.py: optimize a few filters
|
||||||
|
|
||||||
|
@ -419,8 +419,8 @@ class IsDescendantOfFilterMatch(IsDescendantOf):
|
|||||||
description = _("Matches people that are descendants of anybody matched by a filter")
|
description = _("Matches people that are descendants of anybody matched by a filter")
|
||||||
|
|
||||||
|
|
||||||
def __init__(self,list):
|
# def __init__(self,list):
|
||||||
IsDescendantOf.__init__(self,list)
|
# IsDescendantOf.__init__(self,list)
|
||||||
|
|
||||||
def prepare(self,db):
|
def prepare(self,db):
|
||||||
self.db = db
|
self.db = db
|
||||||
|
Loading…
Reference in New Issue
Block a user