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