* various: Updated cleaned up API

svn: r3388
This commit is contained in:
Don Allingham
2004-08-13 04:34:07 +00:00
parent 35105859a1
commit 3a9130f5ad
60 changed files with 1992 additions and 2186 deletions

View File

@ -149,7 +149,7 @@ class FtreeWriter:
def export(self, filename, cfilter, restrict ):
if cfilter == None:
for p in self.db.get_person_keys():
for p in self.db.get_person_handles(sort_handles=False):
self.plist[p] = 1
else:
try: