add missing import
[enigma2.git] / lib / python / Screens / InfoBar.py
index 38bb032960d7aa316b7401e6b1ceb861a64cbdb4..def45d69efd8a05735151447748e00c1b6b00b80 100644 (file)
@@ -3,6 +3,7 @@ from Screen import Screen
 from Components.Clock import Clock
 from Components.ActionMap import ActionMap
 from Screens.AudioSelection import AudioSelection
+from Screens.MovieSelection import MovieSelection
 
 from Screens.InfoBarGenerics import InfoBarVolumeControl, InfoBarShowHide, \
        InfoBarPowerKey, InfoBarNumberZap, InfoBarChannelSelection, InfoBarMenu, \