From: Ronny Strutz Date: Tue, 15 Nov 2005 02:44:59 +0000 (+0000) Subject: add missing import X-Git-Tag: 2.6.0~5208 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ffdf6c83794ef5702d4ddcd2ca56c3358a77a680 add missing import --- diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 38bb0329..def45d69 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -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, \