summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-06-13 10:49:43 -0700
committerClark Boylan <clark.boylan@gmail.com>2012-06-13 10:49:43 -0700
commit6a8302b5321c7a9e81d9c458fc72f18663e04187 (patch)
tree575d288a8f8884e902c7e8801b89df6286fe1dbe /openstackclient/identity/v2_0
parent64f685ad635a78ef4e1cb237652425c818219532 (diff)
downloadpython-openstackclient-6a8302b5321c7a9e81d9c458fc72f18663e04187.tar.gz
Fix pep8 issues.
Fix several pep8 issues and pin the pep8 test to pep8 version 1.1. This should prevent future changes from being unmergable by the pep8 gate after a pep8 upgrade. Change-Id: I4678a9179579fb5c7afe795fb43a8a89a99ad717
Diffstat (limited to 'openstackclient/identity/v2_0')
-rw-r--r--openstackclient/identity/v2_0/endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v2_0/endpoint.py b/openstackclient/identity/v2_0/endpoint.py
index e22ecd02..c09b479a 100644
--- a/openstackclient/identity/v2_0/endpoint.py
+++ b/openstackclient/identity/v2_0/endpoint.py
@@ -155,7 +155,7 @@ class ShowEndpoint(command.OpenStackCommand, show.ShowOne):
'--type',
metavar='<endpoint-type>',
default='publicURL',
- help='Endpoint type: publicURL, internalURL, adminURL ' + \
+ help='Endpoint type: publicURL, internalURL, adminURL ' +
'(default publicURL)')
parser.add_argument(
'--attr',