workaround for config entry dependencies
authorFelix Domke <tmbinc@elitedvb.net>
Sun, 26 Oct 2008 11:05:57 +0000 (11:05 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sun, 26 Oct 2008 11:05:57 +0000 (11:05 +0000)
lib/python/Screens/InfoBar.py

index 0d33217..01b77f3 100644 (file)
@@ -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")