Add tf-psa-crypto/scripts/project_knowledge to Python load path

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2026-04-16 19:16:30 +02:00
parent 8bf89416cf
commit d934b7b751
4 changed files with 8 additions and 2 deletions
+3
View File
@@ -18,3 +18,6 @@ sys.path.append(os.path.join(os.path.dirname(__file__),
sys.path.append(os.path.join(os.path.dirname(__file__),
os.path.pardir, os.path.pardir,
'framework', 'scripts'))
sys.path.append(os.path.join(os.path.dirname(__file__),
os.path.pardir, os.path.pardir,
'tf-psa-crypto', 'scripts', 'project_knowledge'))