aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/apport.py
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2013-04-04 21:19:26 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2013-04-04 21:19:26 -0400
commitd796edd626202c036d49b72de22e4a84be35203e (patch)
tree52dedcc1f26e0707f4e78a710f60ec9c6e297063 /sos/plugins/apport.py
parent0c48b167ea53362b67c46a10c17ee7bc9ea9887a (diff)
downloadsos-d796edd626202c036d49b72de22e4a84be35203e.tar.gz
More pep8 classname styling
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'sos/plugins/apport.py')
-rw-r--r--sos/plugins/apport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/apport.py b/sos/plugins/apport.py
index 7ae319cc..f565261d 100644
--- a/sos/plugins/apport.py
+++ b/sos/plugins/apport.py
@@ -15,7 +15,7 @@
from sos.plugins import Plugin, DebianPlugin, UbuntuPlugin
-class apport(Plugin, DebianPlugin, UbuntuPlugin):
+class Apport(Plugin, DebianPlugin, UbuntuPlugin):
"""apport information
"""
def setup(self):