Update attributeManager.py
This commit is contained in:
parent
f820cbfc0e
commit
f188617e5f
@ -13,17 +13,6 @@ class attributeManager():
|
|||||||
self.env = environment
|
self.env = environment
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
pass
|
pass
|
||||||
charAttrib = (
|
|
||||||
'white', # fg
|
|
||||||
'black', # bg
|
|
||||||
False, # bold
|
|
||||||
False, # italics
|
|
||||||
False, # underscore
|
|
||||||
False, # strikethrough
|
|
||||||
False, # reverse
|
|
||||||
False, # blink
|
|
||||||
'default', # fontsize
|
|
||||||
'default') # fontfamily
|
|
||||||
def isDefaultAttribute(attribute):
|
def isDefaultAttribute(attribute):
|
||||||
defaultAttributes = []
|
defaultAttributes = []
|
||||||
defaultAttributes.append((
|
defaultAttributes.append((
|
||||||
|
Loading…
Reference in New Issue
Block a user