Describe the bug
When you create a plugin with processing and the qgis_plugin_tools submodule, the processing provider is not included in plugin.py, see here.
This causes a NameError when trying to activate the plugin in QGIS.
To Reproduce
Create a plugin using the template, include processing and qgis plugin tools. Deploy the plugin, and try activating it.
Expected behavior
The Provider class should be imported. It is being referenced otherwise already.
Describe the bug When you create a plugin with processing and the qgis_plugin_tools submodule, the processing provider is not included in
plugin.py
, see here.This causes a NameError when trying to activate the plugin in QGIS.
To Reproduce Create a plugin using the template, include processing and qgis plugin tools. Deploy the plugin, and try activating it.
Expected behavior The Provider class should be imported. It is being referenced otherwise already.