summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/__init__.py
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-01-15 13:51:13 +0100
committerChristian Heimes <cheimes@redhat.com>2016-01-25 15:55:53 +0100
commitcb6b0c4855885c03d056acb8f98c96de986e081e (patch)
treed622bc6e4e2ef9e4b4fcb46b8b70e80f6b0b17af /base/server/python/pki/server/__init__.py
parent0d2d97f9bf6802f6f81090eca6e135e50fea7883 (diff)
downloadpki-cb6b0c4855885c03d056acb8f98c96de986e081e.tar.gz
pki-cb6b0c4855885c03d056acb8f98c96de986e081e.tar.xz
pki-cb6b0c4855885c03d056acb8f98c96de986e081e.zip
Fix flake8 / PEP 8 violations
https://fedorahosted.org/pki/ticket/1738
Diffstat (limited to 'base/server/python/pki/server/__init__.py')
-rw-r--r--base/server/python/pki/server/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/python/pki/server/__init__.py b/base/server/python/pki/server/__init__.py
index 604a56e7a..cb246aaa1 100644
--- a/base/server/python/pki/server/__init__.py
+++ b/base/server/python/pki/server/__init__.py
@@ -467,7 +467,7 @@ class PKIServerException(pki.PKIException):
class Tomcat(object):
@classmethod
- def get_major_version(self):
+ def get_major_version(cls):
# run "tomcat version"
output = subprocess.check_output(['/usr/sbin/tomcat', 'version'])