Find support
svn: r1423
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user