Final translations

svn: r439
This commit is contained in:
Don Allingham
2001-10-01 12:52:35 +00:00
parent f4e0704b2a
commit f9004fd84e
10 changed files with 924 additions and 1923 deletions

View File

@ -496,6 +496,7 @@ class GedcomParser:
elif matches[1] == "CHIL":
mrel,frel = self.parse_ftw_relations(2)
child = self.db.findPerson(matches[2],self.pmap)
print child.getPrimaryName().getName(),mrel,frel
self.family.addChild(child)
if (mrel == "Birth" or mrel == "") and \
(frel == "Birth" or frel == "") :