From 947ba31fa59d5d21cf19e1a8469e598ecfb6d1c9 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Wed, 19 Sep 2012 11:31:31 +0000 Subject: [PATCH] 6053: Person and Family pass eventref as object with sources, but it has no sources svn: r20416 --- src/gen/lib/family.py | 3 +-- src/gen/lib/person.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gen/lib/family.py b/src/gen/lib/family.py index cf0eb5a67..a81acd021 100644 --- a/src/gen/lib/family.py +++ b/src/gen/lib/family.py @@ -284,8 +284,7 @@ class Family(CitationBase, NoteBase, MediaBase, AttributeBase, LdsOrdBase, :rtype: list """ check_list = self.media_list + self.attribute_list + \ - self.lds_ord_list + self.child_ref_list + \ - self.event_ref_list + self.lds_ord_list + self.child_ref_list return check_list def get_note_child_list(self): diff --git a/src/gen/lib/person.py b/src/gen/lib/person.py index 4ec55801b..e5af61806 100644 --- a/src/gen/lib/person.py +++ b/src/gen/lib/person.py @@ -390,8 +390,7 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase, self.address_list + self.attribute_list + self.lds_ord_list + - self.person_ref_list + - self.event_ref_list + self.person_ref_list ) def get_note_child_list(self):