Restructured into a collection

This commit is contained in:
Emmanuel BENOîT 2022-10-07 22:29:53 +02:00
parent ae58080401
commit 3f38940a9c
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
12 changed files with 128 additions and 78 deletions

View file

@ -4,7 +4,7 @@ import sys
sys.path.insert(
0,
os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "inventory_plugins")),
os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins/inventory")),
)
import reconstructed