Updated custom filter editor

svn: r895
This commit is contained in:
Don Allingham
2002-04-06 20:00:38 +00:00
parent 2e4cca7f7a
commit af52051f62
14 changed files with 1454 additions and 1722 deletions

View File

@@ -872,7 +872,6 @@ class Url:
if self.desc != other.desc:
return 0
return 1
class Person:
"""Represents an individual person in the gramps database"""