Restore start download file method (3 of 3)

This commit is contained in:
Thomas Tanner
2015-12-20 22:25:45 +00:00
parent 9077573b9d
commit a20b166290
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -750,8 +750,7 @@ BOOST_PYTHON_MODULE(mobase)
bpy::class_<IDownloadManagerWrapper, boost::noncopyable>("IDownloadManager")
.def("startDownloadURLs", bpy::pure_virtual(&IDownloadManager::startDownloadURLs))
//not used?
//.def("startDownloadNexusFile", bpy::pure_virtual(&IDownloadManager::startDownloadNexusFile))
.def("startDownloadNexusFile", bpy::pure_virtual(&IDownloadManager::startDownloadNexusFile))
.def("downloadPath", bpy::pure_virtual(&IDownloadManager::downloadPath))
;