aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-28 23:13:58 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-28 23:13:58 +0000
commit301bab11f8453a6899153b7be338a352803b22cb (patch)
tree5df637e4d8812cb83f5073f5160625aee65c3937 /mytest.py
parent1f5b1a20e4de369c197de1dae8fcb368e3e10b26 (diff)
downloadenigma2-301bab11f8453a6899153b7be338a352803b22cb.tar.gz
enigma2-301bab11f8453a6899153b7be338a352803b22cb.zip
added setup screens
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mytest.py b/mytest.py
index d04990d6..e944e3b3 100644
--- a/mytest.py
+++ b/mytest.py
@@ -172,6 +172,9 @@ skin.loadSkin(getDesktop())
import Components.InputDevice
Components.InputDevice.InitInputDevices()
+import Components.SetupDevices
+Components.SetupDevices.InitSetupDevices()
+
# first, setup a screen
try:
runScreenTest()