From c520b7a4598416098eadc08b903f757a02b7fe73 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 26 Oct 2008 11:05:57 +0000 Subject: [PATCH] workaround for config entry dependencies --- lib/python/Screens/InfoBar.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 0d33217d..01b77f3f 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -1,5 +1,8 @@ from Tools.Profile import profile +# workaround for required config entry dependencies. +from Screens.MovieSelection import MovieSelection + from Screen import Screen profile("LOAD:enigma") -- 2.30.2