rework environment

This commit is contained in:
chrys87 2016-07-08 10:59:40 +02:00 committed by GitHub
parent d9eeb47bd6
commit 9885c5dcfc

View File

@ -1,12 +1,14 @@
#!/bin/python
settings = {
}
soundIcons = {
}
bindings = {
}
runtime = {
'running':True,
'debug':None,
@ -31,7 +33,7 @@ runtime = {
'soundDriver': None,
'inputManager': None,
'settings' = settings,
'bindings' = {},
'autospeak' = [],
'soundIcons' = {}
'bindings' = bindings,
'autospeak' = ['speak_delta'],
'soundIcons' = soundIcons
}