Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@ -109,7 +109,7 @@ def roman2arabic(strval):
|
||||
# Paragraph Handling
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class TexFont:
|
||||
class TexFont(object):
|
||||
def __init__(self, style=None):
|
||||
if style:
|
||||
self.font_beg = style.font_beg
|
||||
|
Reference in New Issue
Block a user