From: Felix Domke Date: Sun, 26 Oct 2008 11:05:57 +0000 (+0000) Subject: workaround for config entry dependencies X-Git-Tag: 2.6.0~703 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/c520b7a4598416098eadc08b903f757a02b7fe73?hp=df0caf48b4590bbb469ec065ac08284903292394 workaround for config entry dependencies --- 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")