Replace get_family_handles with iter_family_handles

svn: r12776
This commit is contained in:
Gerald Britton
2009-07-08 16:11:20 +00:00
parent f680992d04
commit b601f4bdf2
21 changed files with 53 additions and 29 deletions

View File

@ -196,7 +196,7 @@ def _find_records(db, filter, callname):
family_shortest = []
family_longest = []
for family_handle in db.get_family_handles():
for family_handle in db.iter_family_handles():
family = db.get_family_from_handle(family_handle)
father_handle = family.get_father_handle()