diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:55:19 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:55:19 -0500 |
| commit | 190de2472aca200d33dea42d3a7e839a697dd02e (patch) | |
| tree | 1cfbec9b9c2477b4cd3b160f5fdae3ba373c9189 /tools/mk_fwrk.py | |
| parent | d88e68dab4518017e09709a325eb6259b1154b6e (diff) | |
chore: tools: improved tooling and security in chk.hefs, and mkfs.hefs.
chore: update README.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools/mk_fwrk.py')
| -rwxr-xr-x | tools/mk_fwrk.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/mk_fwrk.py b/tools/mk_fwrk.py index d47e4609..3779cd42 100755 --- a/tools/mk_fwrk.py +++ b/tools/mk_fwrk.py @@ -1,9 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -import os -import json -import sys +import os, json, sys """ Create directory structure for the framework. |
