* src/GenericFilter.py (IsDescendantOfFilterMatch.__init__):
Remove unneeded method. svn: r4859
This commit is contained in:
@ -419,8 +419,8 @@ class IsDescendantOfFilterMatch(IsDescendantOf):
|
||||
description = _("Matches people that are descendants of anybody matched by a filter")
|
||||
|
||||
|
||||
def __init__(self,list):
|
||||
IsDescendantOf.__init__(self,list)
|
||||
# def __init__(self,list):
|
||||
# IsDescendantOf.__init__(self,list)
|
||||
|
||||
def prepare(self,db):
|
||||
self.db = db
|
||||
|
Reference in New Issue
Block a user