Find support

svn: r1423
This commit is contained in:
Don Allingham
2003-04-04 05:48:25 +00:00
parent 2843d1e3a8
commit 57df355849
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()