Added Generic Public and Public People filters (convenience, as you need to make a private filter, and then invert it for this common use)

svn: r18572
This commit is contained in:
Doug Blank 2011-12-11 04:06:39 +00:00
parent 2f0b86f076
commit e267ff95d6

View File

@ -211,6 +211,7 @@ old_names_2_class = {
"Families with incomplete events" :Rules.Person.FamilyWithIncompleteEvent,
"People probably alive" : Rules.Person.ProbablyAlive,
"People marked private" : Rules.Person.PeoplePrivate,
"People marked public" : Rules.Person.PeoplePublic,
"Witnesses" : Rules.Person.IsWitness,
"Has text matching substring of": Rules.Person.HasTextMatchingSubstringOf,
}