From 4f17f88e3c8f08b73081d264e5ea734de3c66ace Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Tue, 17 May 2005 18:03:32 +0000 Subject: [PATCH] - fix event info --- lib/python/Components/EventInfo.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2