change structure

This commit is contained in:
chrys87 2016-07-08 11:08:12 +02:00 committed by GitHub
parent cc38aa3f65
commit 4e0c7c7eae

View File

@ -1,13 +1,8 @@
#!/bin/python
settings = {
}
soundIcons = {
}
bindings = {
}
from core import settings
from core import soundIcons
from core import bindings
runtime = {
'running':True,