git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea97a8
)
- fix event info
author
Felix Domke
<tmbinc@elitedvb.net>
Tue, 17 May 2005 18:03:32 +0000
(18:03 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Tue, 17 May 2005 18:03:32 +0000
(18:03 +0000)
lib/python/Components/EventInfo.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/EventInfo.py
b/lib/python/Components/EventInfo.py
index 125310be4f30ecb17b08b83a9984cc7c1c9a3692..656fd2796300ab07da6eccabff8cbabc7e7480af 100644
(file)
--- 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