mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
fix imports
This commit is contained in:
@ -5,13 +5,13 @@ import logging
|
||||
import warnings
|
||||
|
||||
from plugin.base.action.mixins import ActionMixin
|
||||
import plugin.integration
|
||||
import plugin.plugin
|
||||
|
||||
|
||||
logger = logging.getLogger("inventree")
|
||||
|
||||
|
||||
class ActionPlugin(ActionMixin, plugin.integration.IntegrationPluginBase):
|
||||
class ActionPlugin(ActionMixin, plugin.plugin.IntegrationPluginBase):
|
||||
"""
|
||||
Legacy action definition - will be replaced
|
||||
Please use the new Integration Plugin API and the Action mixin
|
||||
|
Reference in New Issue
Block a user