diff --git a/src/runner/pythonrunner.cpp b/src/runner/pythonrunner.cpp index 6578059..f4f906a 100644 --- a/src/runner/pythonrunner.cpp +++ b/src/runner/pythonrunner.cpp @@ -371,6 +371,9 @@ BOOST_PYTHON_MODULE(mobase) .def("getFileOrigins", &IOrganizer::getFileOrigins, bpy::arg("filename")) .def("findFileInfos", &IOrganizer::findFileInfos, (bpy::arg("path"), "filter")) + + .def("virtualFileTree", &IOrganizer::virtualFileTree) + .def("downloadManager", &IOrganizer::downloadManager, bpy::return_value_policy()) .def("pluginList", &IOrganizer::pluginList, bpy::return_value_policy()) .def("modList", &IOrganizer::modList, bpy::return_value_policy())