diff options
| author | Joe Heck <heckj@mac.com> | 2012-09-29 14:59:35 -0700 |
|---|---|---|
| committer | Joe Heck <heckj@mac.com> | 2012-09-29 14:59:35 -0700 |
| commit | 6c127df0f3ef75b1afbae6aaf991e63246f77fa7 (patch) | |
| tree | aff65ef2d6897a2bf3ce99bf8ae4a1bc94126ed2 /keystoneclient/v2_0/shell.py | |
| parent | ff5ea25a9a37f8207bcda634316de4d063ce984a (diff) | |
| download | python-keystoneclient-6c127df0f3ef75b1afbae6aaf991e63246f77fa7.tar.gz | |
pep8 1.3.1 cleanup
Change-Id: Ie4f3747b488829b4c05076bc02c377b5da939e10
Diffstat (limited to 'keystoneclient/v2_0/shell.py')
| -rwxr-xr-x | keystoneclient/v2_0/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/v2_0/shell.py b/keystoneclient/v2_0/shell.py index ea728b7..67dab1f 100755 --- a/keystoneclient/v2_0/shell.py +++ b/keystoneclient/v2_0/shell.py @@ -411,4 +411,4 @@ def do_endpoint_delete(kc, args): def do_token_get(kc, args): """Display the current user token""" utils.print_dict(kc.service_catalog.get_token(), - wrap=int(args.wrap)) + wrap=int(args.wrap)) |
