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