Implement iter_people_handles methods and begin to use them
svn: r12760
This commit is contained in:
@@ -254,7 +254,7 @@ class CSVWriter(object):
|
||||
if not option_box.cfilter.is_empty():
|
||||
self.db = gen.proxy.FilterProxyDb(self.db, option_box.cfilter)
|
||||
|
||||
for p in self.db.get_person_handles(sort_handles=False):
|
||||
for p in self.db.iter_person_handles():
|
||||
self.plist[p] = 1
|
||||
# get the families for which these people are spouses:
|
||||
self.flist = {}
|
||||
|
Reference in New Issue
Block a user