fix imports
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 22 Jul 2007 11:51:08 +0000 (11:51 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 22 Jul 2007 11:51:08 +0000 (11:51 +0000)
lib/python/Screens/EpgSelection.py

index 9ceb42c..0092989 100644 (file)
@@ -3,7 +3,7 @@ from Components.config import config, ConfigClock
 from Components.Button import Button
 from Components.Pixmap import Pixmap
 from Components.Label import Label
-from Components.EpgList import EPGList
+from Components.EpgList import EPGList, EPG_TYPE_SINGLE, EPG_TYPE_SIMILAR, EPG_TYPE_MULTI
 from Components.ActionMap import ActionMap
 from Screens.EventView import EventViewSimple
 from TimeDateInput import TimeDateInput