Find support

svn: r1423
This commit is contained in:
Don Allingham
2003-04-04 05:48:25 +00:00
parent 6ee5b68393
commit 165efc5848
23 changed files with 899 additions and 1210 deletions

View File

@ -1935,6 +1935,9 @@ class GrampsDB(Persistent):
def need_autosave(self):
return 1
def getPersonLength(self):
return len(self.personTable)
def getPersonKeys(self):
return self.personTable.keys()