diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2013-08-01 17:09:55 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2013-08-01 17:09:55 -0500 |
| commit | e2ffd5317bd9946b86756f130c41d4f187b30915 (patch) | |
| tree | 0ad9a0cfccd592a73744c7a1487d974dc44bdcc5 /keystoneclient/shell.py | |
| parent | 262c17922ac297d7c19324337b4d78de9f4fbcd5 (diff) | |
| download | python-keystoneclient-e2ffd5317bd9946b86756f130c41d4f187b30915.tar.gz | |
flake8: fix alphabetical imports and enable H306
Change-Id: I0f4fcc9796e8529e7217dc24abe95660633cad33
Diffstat (limited to 'keystoneclient/shell.py')
| -rw-r--r-- | keystoneclient/shell.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keystoneclient/shell.py b/keystoneclient/shell.py index fa8437e..a0c27f8 100644 --- a/keystoneclient/shell.py +++ b/keystoneclient/shell.py @@ -28,11 +28,11 @@ import sys import keystoneclient from keystoneclient import access +from keystoneclient.contrib.bootstrap import shell as shell_bootstrap from keystoneclient import exceptions as exc +from keystoneclient.generic import shell as shell_generic from keystoneclient import utils from keystoneclient.v2_0 import shell as shell_v2_0 -from keystoneclient.generic import shell as shell_generic -from keystoneclient.contrib.bootstrap import shell as shell_bootstrap def positive_non_zero_float(argument_value): |
