* src/gen/lib/notebase.py: change comment string
	* src/gen/lib/person.py: change comment string
	* src/gen/lib/event.py: add attr to list of sec objects, bug #1318



svn: r9481
This commit is contained in:
Benny Malengier
2007-12-10 21:44:09 +00:00
parent 87ee404c3b
commit 283678e47e
4 changed files with 8 additions and 2 deletions

View File

@ -220,7 +220,7 @@ class Event(SourceBase, NoteBase, MediaBase, AttributeBase,
@return: Returns the list of objects refereincing primary objects.
@rtype: list
"""
return self.media_list + self.source_list
return self.get_sourcref_child_list() + self.source_list
def is_empty(self):
"""