add missing import
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 18 Jan 2006 02:19:19 +0000 (02:19 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 18 Jan 2006 02:19:19 +0000 (02:19 +0000)
lib/python/Screens/InfoBarGenerics.py

index 3e7146c..c3b1a08 100644 (file)
@@ -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