cleanup scripts

This commit is contained in:
Vladimir Mandic
2023-04-28 13:09:34 -04:00
parent 07a589b1b3
commit 99e3fceedb
9 changed files with 17 additions and 59 deletions
+1
View File
@@ -51,6 +51,7 @@ def setup_logging(clean=False):
rh.set_name(logging.DEBUG if args.debug else logging.INFO)
log.addHandler(rh)
# check if package is installed
def installed(package, friendly: str = None):
import pkg_resources