diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-15 02:44:59 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-15 02:44:59 +0000 |
| commit | ffdf6c83794ef5702d4ddcd2ca56c3358a77a680 (patch) | |
| tree | 0305972493b5486999c3ed5c9ea9aa23cc73299d /lib/python/Screens | |
| parent | 4094f6ff7c09ad484f3bd1478f3ef863b3934990 (diff) | |
| download | enigma2-ffdf6c83794ef5702d4ddcd2ca56c3358a77a680.tar.gz enigma2-ffdf6c83794ef5702d4ddcd2ca56c3358a77a680.zip | |
add missing import
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 1 |
1 files changed, 1 insertions, 0 deletions
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, \ |
