If I add MLHook to export_dependencies of MLFeed, I get lots of "Script with the same name was already added (this was a but, please report!)" errors. (That said, things seem to load)
Although all plugins using MLFeed already import MLHook, it'd be nice if they didn't have to, so I was experimenting with export_dependencies to see if the dependency experience could be improved (for devs).
If I add MLHook to
export_dependencies
of MLFeed, I get lots of "Script with the same name was already added (this was a but, please report!)" errors. (That said, things seem to load)Although all plugins using MLFeed already import MLHook, it'd be nice if they didn't have to, so I was experimenting with
export_dependencies
to see if the dependency experience could be improved (for devs).