From 204a308be0f741726b9a620d88fbc22b22124c81 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 29 Dec 2023 18:55:37 +0000 Subject: Namespace all modules under gn2. We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. --- wqflask/utility/external.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 wqflask/utility/external.py (limited to 'wqflask/utility/external.py') diff --git a/wqflask/utility/external.py b/wqflask/utility/external.py deleted file mode 100644 index 805d2ffe..00000000 --- a/wqflask/utility/external.py +++ /dev/null @@ -1,10 +0,0 @@ -# Call external program - -import os -import sys -import subprocess - - -def shell(command): - if subprocess.call(command, shell=True) != 0: - raise Exception("ERROR: failed on " + command) -- cgit v1.2.3