summaryrefslogtreecommitdiff
path: root/keystoneclient/common
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2015-02-28 15:50:08 -0500
committerAdam Young <ayoung@redhat.com>2015-04-06 22:47:54 -0400
commit6ee6af2c01f2c467b58bc545342e55b85a8caf87 (patch)
tree842da7dd4843cddb0472399feda3455cd887f37d /keystoneclient/common
parentcf472fa6d7a717eb45e99b3bc1feac413c9e73fd (diff)
downloadpython-keystoneclient-6ee6af2c01f2c467b58bc545342e55b85a8caf87.tar.gz
pep8 fix for CMS
Change-Id: I5bd4f46b34f0bbb21f1b6a6bfeeb2a26f5544156
Diffstat (limited to 'keystoneclient/common')
-rw-r--r--keystoneclient/common/cms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystoneclient/common/cms.py b/keystoneclient/common/cms.py
index 06cba73..8664de4 100644
--- a/keystoneclient/common/cms.py
+++ b/keystoneclient/common/cms.py
@@ -168,8 +168,8 @@ def cms_verify(formatted, signing_cert_file_name, ca_file_name,
# You can get more from
# http://www.openssl.org/docs/apps/cms.html#EXIT_CODES
#
- # $ openssl cms -verify -certfile not_exist_file -CAfile \
- # not_exist_file -inform PEM -nosmimecap -nodetach \
+ # $ openssl cms -verify -certfile not_exist_file -CAfile
+ # not_exist_file -inform PEM -nosmimecap -nodetach
# -nocerts -noattr
# Error opening certificate file not_exist_file
#