aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/anacron.py
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2014-08-01 12:44:43 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2014-08-01 12:45:46 -0400
commit3e69a0890c259ef196f85227fc15fb4a9b784b59 (patch)
treede78a631c9a24f6280701832beb1b8ed42d13ffe /sos/plugins/anacron.py
parent9835f31777f471c23540c50b3f01be3f64f5e43c (diff)
downloadsos-3e69a0890c259ef196f85227fc15fb4a9b784b59.tar.gz
[plugins] - pep8 fixes for first patch of sub plugins
pep8/pyflakes fixes for first set of plugins abrt-ceph Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'sos/plugins/anacron.py')
-rw-r--r--sos/plugins/anacron.py27
1 files changed, 13 insertions, 14 deletions
diff --git a/sos/plugins/anacron.py b/sos/plugins/anacron.py
index a5635355..f8b1a3c1 100644
--- a/sos/plugins/anacron.py
+++ b/sos/plugins/anacron.py
@@ -1,24 +1,23 @@
+# 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, DebianPlugin, UbuntuPlugin
-import os
+
class Anacron(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
""" capture scheduled jobs information """
-
+
plugin_name = 'anacron'
# anacron may be provided by anacron, cronie-anacron etc.