X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6c2d3fc303542b7f77f4350974acf781a1b91c30..7a1caa86f7dbcd3062b1cca23cb84a16dfef2b7d:/mytest.py diff --git a/mytest.py b/mytest.py index 4ac9ed63..77e925b6 100644 --- a/mytest.py +++ b/mytest.py @@ -37,7 +37,6 @@ except ImportError: # initialize autorun plugins and plugin menu entries from Components.PluginComponent import plugins -plugins.readPluginList(resolveFilename(SCOPE_PLUGINS)) from Screens.Wizard import wizardManager from Screens.StartWizard import * @@ -304,6 +303,8 @@ class VolumeControl: def runScreenTest(): session = Session(desktop = getDesktop(0), summary_desktop = getDesktop(1), navigation = Navigation()) + + plugins.readPluginList(resolveFilename(SCOPE_PLUGINS)) screensToRun = [ ]