aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBar.py3
1 files changed, 3 insertions, 0 deletions
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")