diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-18 02:19:19 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-18 02:19:19 +0000 |
| commit | 0a4de6bf0b9cc1072a98f68f737f153bba429978 (patch) | |
| tree | 892b79743a78651c0d59851dd51dbd4103e97f37 /lib/python/Screens/InfoBarGenerics.py | |
| parent | e41bc43a71848704ead6e9595924fe3542435f5d (diff) | |
| download | enigma2-0a4de6bf0b9cc1072a98f68f737f153bba429978.tar.gz enigma2-0a4de6bf0b9cc1072a98f68f737f153bba429978.zip | |
add missing import
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 3e7146c5..c3b1a086 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -10,7 +10,7 @@ from ChannelSelection import ChannelSelection, BouquetSelector from Components.Pixmap import Pixmap, PixmapConditional from Components.BlinkingPixmap import BlinkingPixmapConditional from Components.ServiceName import ServiceName -from Components.EventInfo import EventInfo +from Components.EventInfo import EventInfo, EventInfoProgress from ServiceReference import ServiceReference from EpgSelection import EPGSelection |
