diff options
-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): |