aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/ds.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/ds.py')
-rw-r--r--sos/plugins/ds.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sos/plugins/ds.py b/sos/plugins/ds.py
index ca8a4b2a..107274c8 100644
--- a/sos/plugins/ds.py
+++ b/sos/plugins/ds.py
@@ -14,10 +14,10 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-import sos.plugintools
+from sos.plugins import Plugin, RedHatPlugin
import os
-class ds(sos.plugintools.PluginBase):
+class ds(Plugin, RedHatPlugin):
"""Directory Server information
"""