/* * PythonScripting.hpp * * Created on: Aug 26, 2013 * Author: heber */ #ifndef PYTHONSCRIPTING_HPP_ #define PYTHONSCRIPTING_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include bool executePythonScript(const std::string &pythonfilename_string); #endif /* PYTHONSCRIPTING_HPP_ */