X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/aa3e781f31a04223416f0a34b25ab95fc0bef429..a90810dd3bb7a1aaf77f9e9743015e96d1feb41a:/lib/python/Components/EventInfo.py 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