X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5bc448fa31030717216abbfd16d3f4d20241cab7..51370b06a53f4c14e890ea5b570d871067b5ef91:/mytest.py 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()