From 69c55d68d68c00007afa1af76a1d06f74ee72fe6 Mon Sep 17 00:00:00 2001 From: Theofilos Augoustis Date: Wed, 11 Oct 2023 16:21:21 +0200 Subject: Refactor file structure - main.py: focaccia user-interface - snapshot.py: state trace snapshots handling - compare.py: snapshot comparison algorithms - run.py: native execution tracer - arancini.py: Arancini log handling - arch/: per-architecture abstractions Co-authored-by: Theofilos Augoustis Co-authored-by: Nicola Crivellin --- utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils.py') diff --git a/utils.py b/utils.py index d841c7c..1390283 100644 --- a/utils.py +++ b/utils.py @@ -1,5 +1,3 @@ -#! /bin/python3 - import sys import shutil -- cgit 1.4.1