versioning, format, release notes, update test simulator (no need for psutil)

This commit is contained in:
2023-11-08 12:12:17 +01:00
parent beafe86554
commit e86b57cdfc
3 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@
This file is used to start up simulators, receivers and run all the tests on them and finally kill the simulators and receivers.
'''
import argparse
import os, sys, subprocess, time, colorama, signal, psutil
import os, sys, subprocess, time, colorama, signal
from colorama import Fore
from slsdet import Detector, detectorType, detectorSettings