service scan setup added
[enigma2.git] / lib / python / python.h
index 94359176ba5623194f83bc30230ab7dcc1c74cf4..e9a2b8db558a643cf46b8bc629ae7de73d07d902 100644 (file)
@@ -24,7 +24,7 @@ public:
        ePython();
        ~ePython();
        int execute(const std::string &pythonfile, const std::string &funcname);
-       static void call(PyObject *pFunc, PyObject *args);
+       static int call(PyObject *pFunc, PyObject *args);
        static PyObject *resolve(const std::string &pythonfile, const std::string &funcname);
 private:
 };