Started the support families with parents of the same sex.

svn: r247
This commit is contained in:
Don Allingham
2001-07-14 20:03:36 +00:00
parent 326a509e46
commit 32e4d376e0
8 changed files with 230 additions and 38 deletions

View File

@ -558,6 +558,8 @@ class GedcomParser:
self.parse_name(name,2)
elif matches[1] == "RIN" or matches[1] == "RFN":
pass
elif matches[1] == "_UID":
self.person.setPafUid(matches[2])
elif matches[1] == "AFN" or matches[1] == "CHAN":
self.ignore_sub_junk(2)
elif matches[1] == "ALIA":