aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/system.py b/sos/plugins/system.py
index 3cece4cc..7aade419 100644
--- a/sos/plugins/system.py
+++ b/sos/plugins/system.py
@@ -39,7 +39,7 @@ class SystemRedHat(system, RedHatPlugin):
self.addCmdOutput("/usr/bin/crontab -l")
-class SystemDebian(Plugin, DebianPlugin, UbuntuPlugin):
+class SystemDebian(system, DebianPlugin, UbuntuPlugin):
"""core system related information for Debian and Ubuntu
"""
def setup(self):