aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-07-20 20:58:53 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-07-20 20:58:53 +0000
commit0cb7bd236d96662117bf8928cedd953b7b68579f (patch)
treeb03bb17856d8f4a3085c7fb72d5ce876aaaf137d /lib/python/enigma_python.i
parent66fb1ae9101fc20911a7a1585b333b2333cf697a (diff)
downloadenigma2-0cb7bd236d96662117bf8928cedd953b7b68579f.tar.gz
enigma2-0cb7bd236d96662117bf8928cedd953b7b68579f.zip
the epgcache can now handle more then one channel(transponder),
todo: implement a python interface to get epgcache entries
Diffstat (limited to 'lib/python/enigma_python.i')
-rw-r--r--lib/python/enigma_python.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index 477e1bf7..ae8bf92d 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -67,7 +67,6 @@ is usually caused by not marking PSignals as immutable.
#include <lib/actions/action.h>
#include <lib/gdi/gfont.h>
#include <lib/gdi/epng.h>
-#include <lib/dvb/epgcache.h>
extern void runMainloop();
extern void quitMainloop();
@@ -124,7 +123,6 @@ extern PSignal1<void,int> &keyPressedSignal();
%include <lib/actions/action.h>
%include <lib/gdi/gfont.h>
%include <lib/gdi/epng.h>
-%include <lib/dvb/epgcache.h>
%include <lib/gdi/gpixmap.h>
/************** eptr **************/