mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fixing import path
This commit is contained in:
parent
7a551bf9d1
commit
b39ce3cd50
@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""sample implementation for ActionPlugin"""
|
"""sample implementation for ActionPlugin"""
|
||||||
from plugins.action.action import ActionPlugin
|
from plugins.action import ActionPlugin
|
||||||
|
|
||||||
|
|
||||||
class SimpleActionPlugin(ActionPlugin):
|
class SimpleActionPlugin(ActionPlugin):
|
||||||
|
Loading…
Reference in New Issue
Block a user