diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-05-17 18:03:32 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-05-17 18:03:32 +0000 |
| commit | 4f17f88e3c8f08b73081d264e5ea734de3c66ace (patch) | |
| tree | 88211a410ff16802cf3419c324d468d0515c502b /lib/python/Components/EventInfo.py | |
| parent | 7ea97a85b8a5bc5a6f1fb75cb2c6335644b4ebc0 (diff) | |
| download | enigma2-4f17f88e3c8f08b73081d264e5ea734de3c66ace.tar.gz enigma2-4f17f88e3c8f08b73081d264e5ea734de3c66ace.zip | |
- fix event info
Diffstat (limited to 'lib/python/Components/EventInfo.py')
| -rw-r--r-- | lib/python/Components/EventInfo.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
