From 190de2472aca200d33dea42d3a7e839a697dd02e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 5 Dec 2025 08:55:19 -0500 Subject: chore: tools: improved tooling and security in chk.hefs, and mkfs.hefs. chore: update README. Signed-off-by: Amlal El Mahrouss --- tools/mk_app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/mk_app.py') diff --git a/tools/mk_app.py b/tools/mk_app.py index 90aa2df5..793dd4a4 100755 --- a/tools/mk_app.py +++ b/tools/mk_app.py @@ -1,9 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- -import os -import json -import sys +import os, json, sys def create_directory_structure(base_path, project_name): # Define the directory structure -- cgit v1.2.3