X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2Fpython.h;h=f56d49bbc489c311c1ab1239c01d11a2ec9d730a;hp=9edc50ada9dec481dd22967db3d501b2f5c0e400;hb=da9872eac33f4f8a085261c3cbdcbf4c8d664f65;hpb=309ef1b36240139a265dd501c00d219ecd7428ca diff --git a/lib/python/python.h b/lib/python/python.h index 9edc50a..f56d49b 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);