X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8728a6f950578aef5e9bb76f4e62ffd4981f0187..39f705dd80ae8b9e30ff2a76e1089b3cf0d3b4c1:/lib/python/Screens/EpgSelection.py 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