X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/03379b6e86edfcce851da2d11c3189d1b7843afb..e14e11bdcb89bf3a0c306b4207c2c030d752b5f4:/mytest.py diff --git a/mytest.py b/mytest.py index db720a62..aa63567a 100644 --- a/mytest.py +++ b/mytest.py @@ -484,6 +484,9 @@ Components.RFmod.InitRFmod() import Components.NimManager +import Screens.Ci +Screens.Ci.InitCiConfig() + # first, setup a screen try: runScreenTest()