X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6f73e6abddf4170357c490966d0e1c622eb376f5..7f399d23032b1e6d39123db87bdfa98a778c9ffd:/lib/python/python.h diff --git a/lib/python/python.h b/lib/python/python.h index 9edc50ad..f56d49bb 100644 --- a/lib/python/python.h +++ b/lib/python/python.h @@ -370,6 +370,7 @@ class ePython public: ePython(); ~ePython(); + int execFile(const char *file); int execute(const std::string &pythonfile, const std::string &funcname); static int call(ePyObject pFunc, ePyObject args); static ePyObject resolve(const std::string &pythonfile, const std::string &funcname);