mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-20 07:43:20 +00:00
Adapted python import path
This commit is contained in:
@@ -6,7 +6,7 @@ import time
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
# Ensure project root on PYTHONPATH so module_utils is importable
|
# Ensure project root on PYTHONPATH so module_utils is importable
|
||||||
repo_root = Path(__file__).resolve().parent.parent.parent.parent
|
repo_root = Path(__file__).resolve().parent.parent.parent
|
||||||
sys.path.insert(0, str(repo_root))
|
sys.path.insert(0, str(repo_root))
|
||||||
|
|
||||||
# Add lookup_plugins for application_gid
|
# Add lookup_plugins for application_gid
|
||||||
|
|||||||
Reference in New Issue
Block a user