add missing import
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index 3e7146c5940e7ad5309d851591b80dc3cbfb33d4..c3b1a08610749e41d6956b5baf05bf4ca38c2d46 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