OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Fix broken dependency #151

Closed punkymaniac closed 4 years ago

punkymaniac commented 4 years ago

The commit daee96856f7bb8365449bb28ecfb15feec922b3b remove import system module in the file dbus_daemon.py but this module also import the class ResultsNotAvailable which is required in exception management.

This commit import the ResultsNotAvailable class from system module.

jan-cerny commented 4 years ago

Nice catch! Thank you!