Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Python/PythonScripting.hpp

    r7e3f11a r2cf12a  
    1515
    1616#include <string>
     17#include <boost/filesystem/path.hpp>
    1718
    18 bool executePythonScript(const std::string &pythonfilename_string);
     19bool executePythonScriptFile(const boost::filesystem::path &pythonfilename);
     20bool executePythonScript(const std::string &python_string, const std::string &python_scripttitle);
    1921
    2022#endif /* PYTHONSCRIPTING_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.