change structure
This commit is contained in:
parent
7cf0b952df
commit
123d45ba92
@ -28,10 +28,6 @@ class fenrir():
|
|||||||
self.runtime['inputManager'] = inputManager.inputManager()
|
self.runtime['inputManager'] = inputManager.inputManager()
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
self.runtime['debug'] = debug.debug()
|
self.runtime['debug'] = debug.debug()
|
||||||
self.settings = environment.settings
|
|
||||||
self.bindings = {}
|
|
||||||
self.autospeak = []
|
|
||||||
self.soundIcons = {}
|
|
||||||
signal.signal(signal.SIGINT, self.captureSignal)
|
signal.signal(signal.SIGINT, self.captureSignal)
|
||||||
|
|
||||||
# the following hard coded, in future we have a config loader
|
# the following hard coded, in future we have a config loader
|
||||||
|
Loading…
Reference in New Issue
Block a user