aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/ipsec.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/ipsec.py')
-rw-r--r--sos/plugins/ipsec.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sos/plugins/ipsec.py b/sos/plugins/ipsec.py
index 82c8a431..8fc09628 100644
--- a/sos/plugins/ipsec.py
+++ b/sos/plugins/ipsec.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
from os.path import exists
-class ipsec(sos.plugintools.PluginBase):
+class ipsec(Plugin, RedHatPlugin):
"""ipsec related information
"""
def checkenabled(self):