Fixed incorrect fix (thanks Gerald)

svn: r13827
This commit is contained in:
Doug Blank 2009-12-16 18:55:45 +00:00
parent 85c307d174
commit e02df43a66

View File

@ -60,7 +60,7 @@ class IsMoreThanNthGenerationDescendantOf(Rule):
pass
def reset(self):
self.map.reset()
self.map.clear()
def apply(self,db,person):
return person.handle in self.map