Every object should return itself on unserialization

svn: r19734
This commit is contained in:
Doug Blank 2012-06-01 15:58:45 +00:00
parent c3fc7a5f70
commit aaf600985c

View File

@ -99,6 +99,7 @@ class Tag(TableObject):
self.__color,
self.__priority,
self.change) = data
return self
def get_text_data_list(self):
"""