Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Python/PythonScripting.hpp

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