Missing return self on unserialize for convienience and consistency

svn: r18325
This commit is contained in:
Doug Blank 2011-10-15 20:09:20 +00:00
parent eeb48f1850
commit 382336e9b5

View File

@ -112,6 +112,7 @@ class Note(BasicPrimaryObject, TagBase):
self.type = NoteType()
self.type.unserialize(the_type)
TagBase.unserialize(self, tag_list)
return self
def get_text_data_list(self):
"""Return the list of all textual attributes of the object.