aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-28 20:23:36 +0200
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:15:37 +0100
commitdb7f9eb0a8f0d7af9d34d74986b910fe689f711f (patch)
tree173701822d5cb9d86c6535087d2a4a207fc50c1a /lib/python
parentded9f8508f8d0723d84cc9f4bc7d234b69b829e0 (diff)
downloadenigma2-db7f9eb0a8f0d7af9d34d74986b910fe689f711f.tar.gz
enigma2-db7f9eb0a8f0d7af9d34d74986b910fe689f711f.zip
add eEnv::resolve() to resolve install paths at runtime
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/enigma_python.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index 19fb9254..43d94ac9 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -38,6 +38,7 @@ is usually caused by not marking PSignals as immutable.
#define SWIG_COMPILE
#include <lib/base/ebase.h>
#include <lib/base/smartptr.h>
+#include <lib/base/eenv.h>
#include <lib/base/eerror.h>
#include <lib/base/etpm.h>
#include <lib/base/nconfig.h>
@@ -133,6 +134,7 @@ typedef long time_t;
%include "std_string.i"
%include <lib/python/swig.h>
%include <lib/base/object.h>
+%include <lib/base/eenv.h>
%include <lib/base/eerror.h>
%immutable eSocketNotifier::activated;