Every object should return itself on unserialization
svn: r19734
This commit is contained in:
parent
c3fc7a5f70
commit
aaf600985c
@ -99,6 +99,7 @@ class Tag(TableObject):
|
|||||||
self.__color,
|
self.__color,
|
||||||
self.__priority,
|
self.__priority,
|
||||||
self.change) = data
|
self.change) = data
|
||||||
|
return self
|
||||||
|
|
||||||
def get_text_data_list(self):
|
def get_text_data_list(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user