change structure

This commit is contained in:
chrys87 2016-07-08 12:21:50 +02:00 committed by GitHub
parent ac3919b86d
commit c7dbe4f0f0

View File

@ -1,8 +1,10 @@
#!/bin/python #!/bin/python
from utils import debug
settings = { settings = {
'speechDriverString':'speechd', 'speechDriverString':'speechd',
'screenDriverString': 'linux', 'screenDriverString': 'linux',
'soundDriverString': 'sox', 'soundDriverString': 'sox',
'debugLevel': 0, 'debugLevel': debug.debugLevel.DEACTIVE
} }