diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 01:36:41 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 01:36:41 +0000 |
| commit | b249e6ff1328bd3f4503d0546e5a519471f6d44e (patch) | |
| tree | 13536c33ad70e5bf098840b4734723a625e710b9 /mytest.py | |
| parent | d4e7d2270a4834dee72eaeaffca983c63289c58c (diff) | |
| download | enigma2-b249e6ff1328bd3f4503d0546e5a519471f6d44e.tar.gz enigma2-b249e6ff1328bd3f4503d0546e5a519471f6d44e.zip | |
added global instance
Diffstat (limited to 'mytest.py')
| -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() |
