diff options
| -rw-r--r-- | mytest.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -172,6 +172,9 @@ skin.loadSkin(getDesktop()) import Components.InputDevice Components.InputDevice.InitInputDevices() +import Components.AVSwitch +Components.AVSwitch.InitAVSwitch() + import Components.SetupDevices Components.SetupDevices.InitSetupDevices() |
