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