diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2019-03-21 09:57:51 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-21 09:59:49 +0000 |
commit | a608afef3bcb15cb4cc3fb12a14e73f2f30ee015 (patch) | |
tree | e114478f90e1635645ac1cc04d7d9ee0384b25ea | |
parent | e1784718a3c624c522c1d2879cfe543e563ac580 (diff) | |
download | sos-a608afef3bcb15cb4cc3fb12a14e73f2f30ee015.tar.gz |
[crio] import all plugins referred by CRIO class
Resolves: #1606
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r-- | sos/plugins/crio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/crio.py b/sos/plugins/crio.py index 279ea1fe..7afdf047 100644 --- a/sos/plugins/crio.py +++ b/sos/plugins/crio.py @@ -8,7 +8,7 @@ # # See the LICENSE file in the source distribution for further information. -from sos.plugins import Plugin +from sos.plugins import Plugin, RedHatPlugin, UbuntuPlugin class CRIO(Plugin, RedHatPlugin, UbuntuPlugin): |