The fix to add "-S" to "env" to allow the "-B" switch to be passed
to python apparently doesn't work in CentOS, so both switches have
been removed. Moved the cdl2spi.py script back to common/ because
it is used by scripts in both common/ and runtime/; an additional
line in the top-level Makefile is then needed to install cdl2spi.py.
diff --git a/runtime/cace.py b/runtime/cace.py
index 9de1a7e..6106677 100755
--- a/runtime/cace.py
+++ b/runtime/cace.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S python3 -B
+#!/usr/bin/env python3
#
#--------------------------------------------------------
# Project Manager GUI.