Update attributeManager.py
This commit is contained in:
parent
f820cbfc0e
commit
f188617e5f
@ -13,17 +13,6 @@ class attributeManager():
|
||||
self.env = environment
|
||||
def shutdown(self):
|
||||
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):
|
||||
defaultAttributes = []
|
||||
defaultAttributes.append((
|
||||
|
Loading…
Reference in New Issue
Block a user