aboutsummaryrefslogtreecommitdiff
path: root/lib/base/nconfig.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-24 21:58:23 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-24 21:58:23 +0000
commitd9b91542e07a2296b69141433d863fe8028b148e (patch)
treec72c08497b1fa207b11dad421085d6947ae66dab /lib/base/nconfig.cpp
parent4a2d077400b4db14df1d28d84f9c078392d4da28 (diff)
downloadenigma2-d9b91542e07a2296b69141433d863fe8028b148e.tar.gz
enigma2-d9b91542e07a2296b69141433d863fe8028b148e.zip
remove non working python refcount debugging code
Diffstat (limited to 'lib/base/nconfig.cpp')
-rw-r--r--lib/base/nconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/nconfig.cpp b/lib/base/nconfig.cpp
index 878f4837..562b3503 100644
--- a/lib/base/nconfig.cpp
+++ b/lib/base/nconfig.cpp
@@ -1,5 +1,5 @@
#include <lib/base/nconfig.h>
-#include <lib/python/python.h>
+#include <Python.h>
PyObject *ePythonConfigQuery::m_queryFunc;