aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/quagga.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/quagga.py')
-rw-r--r--sos/plugins/quagga.py25
1 files changed, 13 insertions, 12 deletions
diff --git a/sos/plugins/quagga.py b/sos/plugins/quagga.py
index 88a41a76..da33176f 100644
--- a/sos/plugins/quagga.py
+++ b/sos/plugins/quagga.py
@@ -1,21 +1,22 @@
-## Copyright (C) 2007 Ranjith Rajaram <rrajaram@redhat.com>
+# Copyright (C) 2007 Ranjith Rajaram <rrajaram@redhat.com>
-### This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
from sos.plugins import Plugin, RedHatPlugin
+
class Quagga(Plugin, RedHatPlugin):
"""quagga related information
"""