Fix import path

Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
Bence Szépkúti
2025-12-18 20:20:25 +01:00
parent ebd2cd5b82
commit fc6b6426b4
+1 -2
View File
@@ -101,8 +101,7 @@ from types import SimpleNamespace
import xml.etree.ElementTree as ET
import framework_scripts_path # pylint: disable=unused-import
from mbedtls_framework import build_tree
from . import build_tree
class AbiChecker: