From: Andreas Monzner Date: Sun, 22 Jul 2007 11:51:08 +0000 (+0000) Subject: fix imports X-Git-Tag: 2.6.0~2062 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/39f705dd80ae8b9e30ff2a76e1089b3cf0d3b4c1?hp=8728a6f950578aef5e9bb76f4e62ffd4981f0187;ds=sidebyside fix imports --- 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