add missing import
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Tue, 15 Nov 2005 02:44:59 +0000 (02:44 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Tue, 15 Nov 2005 02:44:59 +0000 (02:44 +0000)
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, \