From 12badcabc1cd345256a4902f7b0583cf667ecd8d Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 11 Aug 2015 20:55:48 +0200 Subject: Make pki PEP 8 compatible Large portions of the patch was automatically created with autopep8: find base/ -name '*.py' | xargs autopep8 --in-place --ignore E309 \ --aggressive find base/common/upgrade base/server/upgrade -type f -and \ -not -name .gitignore | autopep8 --in-place --ignore E309 --aggressive autopep8 --in-place --ignore E309 --aggressive \ base/common/sbin/pki-upgrade \ base/server/sbin/pkispawn \ base/server/sbin/pkidestroy \ base/server/sbin/pki-server \ base/server/sbin/pki-server-upgrade About two dozent violations were fixed manually. https://fedorahosted.org/pki/ticket/708 --- base/java-tools/bin/pki | 1 + 1 file changed, 1 insertion(+) (limited to 'base/java-tools/bin') diff --git a/base/java-tools/bin/pki b/base/java-tools/bin/pki index 152bf3f62..fc61f354b 100644 --- a/base/java-tools/bin/pki +++ b/base/java-tools/bin/pki @@ -23,6 +23,7 @@ import shlex import subprocess import sys + def run_java_cli(args): # read RESTEasy library path -- cgit