X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e75a3982be89898b54bf2b6bf91d36170d4c4409..8426492f9ab139f78dd307e4df9cd114801b1630:/mytest.py diff --git a/mytest.py b/mytest.py index 206802e7..42bcd3ee 100644 --- a/mytest.py +++ b/mytest.py @@ -16,7 +16,8 @@ from Navigation import Navigation from skin import readSkin, applyAllAttributes from Components.config import configfile -from Screens.Wizard import listActiveWizards +from Screens.Wizard import wizardManager +from Screens.StartWizard import * from Tools.BoundFunction import boundFunction had = dict() @@ -177,7 +178,7 @@ def runScreenTest(): session.nav = Navigation() - screensToRun = listActiveWizards() + screensToRun = wizardManager.getWizards() screensToRun.append(Screens.InfoBar.InfoBar) def runNextScreen(session, screensToRun, *result):