From: Felix Domke Date: Tue, 17 May 2005 18:03:32 +0000 (+0000) Subject: - fix event info X-Git-Tag: 2.6.0~5851 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4f17f88e3c8f08b73081d264e5ea734de3c66ace - fix event info --- diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 125310be..656fd279 100644 --- a/lib/python/Components/EventInfo.py +++ b/lib/python/Components/EventInfo.py @@ -1,5 +1,7 @@ from PerServiceDisplay import * +from enigma import iServiceInformationPtr, eServiceEventPtr + class EventInfo(PerServiceDisplay): Now = 0 Next = 1