From 6a8302b5321c7a9e81d9c458fc72f18663e04187 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 13 Jun 2012 10:49:43 -0700 Subject: 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 --- openstackclient/identity/v2_0/endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/identity') 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='', default='publicURL', - help='Endpoint type: publicURL, internalURL, adminURL ' + \ + help='Endpoint type: publicURL, internalURL, adminURL ' + '(default publicURL)') parser.add_argument( '--attr', -- cgit v1.2.1