From 42c397f83033909f78a46e2429847d9b01f8624d Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 12 Dec 2011 23:20:18 +0000 Subject: [PATCH] Return self from serialize to work with the create method svn: r18587 --- src/gen/lib/citation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen/lib/citation.py b/src/gen/lib/citation.py index ac9d24a6e..73dd431c0 100644 --- a/src/gen/lib/citation.py +++ b/src/gen/lib/citation.py @@ -112,6 +112,7 @@ class Citation(MediaBase, NoteBase, PrimaryObject, DateBase): DateBase.unserialize(self, date) NoteBase.unserialize(self, note_list) MediaBase.unserialize(self, media_list) + return self def _has_handle_reference(self, classname, handle): """