Made StyledTextTag a new-style class by extending object; allows to work with older python's too
svn: r12859
This commit is contained in:
parent
a717faf4d6
commit
d5a9ffe96a
@ -34,7 +34,7 @@ from gen.lib.styledtexttagtype import StyledTextTagType
|
||||
# StyledTextTag class
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
class StyledTextTag():
|
||||
class StyledTextTag(object):
|
||||
"""Hold formatting information for StyledText.
|
||||
|
||||
StyledTextTag is a container class, it's attributes are directly accessed.
|
||||
|
Loading…
Reference in New Issue
Block a user