Changes in src/Python/PythonScripting.hpp [2cf12a:7e3f11a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Python/PythonScripting.hpp
r2cf12a r7e3f11a 15 15 16 16 #include <string> 17 #include <boost/filesystem/path.hpp>18 17 19 bool executePythonScriptFile(const boost::filesystem::path &pythonfilename); 20 bool executePythonScript(const std::string &python_string, const std::string &python_scripttitle); 18 bool executePythonScript(const std::string &pythonfilename_string); 21 19 22 20 #endif /* PYTHONSCRIPTING_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.