All objects should return self on serialize
svn: r19687
This commit is contained in:
parent
dcddea249d
commit
bb2b773e6d
@ -287,6 +287,7 @@ class StyledText(object):
|
||||
stt = StyledTextTag()
|
||||
stt.unserialize(tag)
|
||||
self._tags.append(stt)
|
||||
return self
|
||||
|
||||
def get_tags(self):
|
||||
"""Return the list of formatting tags.
|
||||
|
Loading…
Reference in New Issue
Block a user