Most of the pep8 changes finished. Be careful, things may be horribly broken.
This commit is contained in:
@@ -6,26 +6,34 @@
|
||||
|
||||
from fenrirscreenreader.core import debug
|
||||
|
||||
generalData = {
|
||||
general_data = {
|
||||
'args': None,
|
||||
'tutorialMode': False,
|
||||
'currUser': '',
|
||||
'prevUser': '',
|
||||
'curr_user': '',
|
||||
'prev_user': '',
|
||||
'managerList': [
|
||||
'attributeManager',
|
||||
'punctuationManager',
|
||||
'byteManager',
|
||||
'cursorManager',
|
||||
'applicationManager',
|
||||
'commandManager',
|
||||
'screenManager',
|
||||
'inputManager',
|
||||
'outputManager',
|
||||
'helpManager',
|
||||
'memoryManager',
|
||||
'eventManager',
|
||||
'processManager',
|
||||
'debug'],
|
||||
'AttributeManager',
|
||||
'PunctuationManager',
|
||||
'ByteManager',
|
||||
'CursorManager',
|
||||
'ApplicationManager',
|
||||
'CommandManager',
|
||||
'ScreenManager',
|
||||
'InputManager',
|
||||
'OutputManager',
|
||||
'HelpManager',
|
||||
'MemoryManager',
|
||||
'EventManager',
|
||||
'ProcessManager',
|
||||
'VmenuManager',
|
||||
'QuickMenuManager',
|
||||
'RemoteManager',
|
||||
'SettingsManager',
|
||||
'SayAllManager',
|
||||
'TableManager',
|
||||
'TextManager',
|
||||
'BarrierManager',
|
||||
'DebugManager'],
|
||||
'commandFolderList': [
|
||||
'commands',
|
||||
'onKeyInput',
|
||||
|
Reference in New Issue
Block a user