From 190ad66c818e92c529e7d64ffead3ee4406e7e41 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 26 Nov 2023 21:49:33 +0100 Subject: [PATCH] nope --- build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.py b/build.py index 929c720..e63acbe 100755 --- a/build.py +++ b/build.py @@ -5,8 +5,6 @@ import os import shutil import subprocess -import rwx.file - def run(*args): subprocess.call(args)