Minor fixes

This commit is contained in:
Konstantin Lampalzer 2021-09-11 21:12:58 +02:00
parent 3fe3139961
commit aac99a11ba
4 changed files with 8 additions and 4 deletions

View file

@ -2,6 +2,7 @@ __version__ = "0.1.5-1"
import importlib
import compLib.LogstashLogging
import compLib.MetricsLogging
apt_found = importlib.util.find_spec("apt") is not None