Most of the pep8 changes finished. Be careful, things may be horribly broken.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class debugLevel(Enum):
|
||||
class DebugLevel(Enum):
|
||||
DEACTIVE = 0
|
||||
ERROR = 1
|
||||
WARNING = 2
|
||||
|
Reference in New Issue
Block a user