aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-22 11:51:08 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-22 11:51:08 +0000
commit39f705dd80ae8b9e30ff2a76e1089b3cf0d3b4c1 (patch)
tree9a116b19202c4adf05dd67d7be0abb0ce22423fb
parent8728a6f950578aef5e9bb76f4e62ffd4981f0187 (diff)
downloadenigma2-39f705dd80ae8b9e30ff2a76e1089b3cf0d3b4c1.tar.gz
enigma2-39f705dd80ae8b9e30ff2a76e1089b3cf0d3b4c1.zip
fix imports
-rw-r--r--lib/python/Screens/EpgSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py
index 9ceb42cf..0092989d 100644
--- a/lib/python/Screens/EpgSelection.py
+++ b/lib/python/Screens/EpgSelection.py
@@ -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