summaryrefslogtreecommitdiffstats
path: root/base/server/upgrade/10.3.0
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/upgrade/10.3.0
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/upgrade/10.3.0')
-rwxr-xr-xbase/server/upgrade/10.3.0/01-AllowEncodedSlash1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/server/upgrade/10.3.0/01-AllowEncodedSlash b/base/server/upgrade/10.3.0/01-AllowEncodedSlash
index 3225d3a7e..281f94ea6 100755
--- a/base/server/upgrade/10.3.0/01-AllowEncodedSlash
+++ b/base/server/upgrade/10.3.0/01-AllowEncodedSlash
@@ -22,6 +22,7 @@ from __future__ import absolute_import
import os.path
import pki.server.upgrade
+
class AllowEncodedSlash(pki.server.upgrade.PKIServerUpgradeScriptlet):
def __init__(self):