summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-23 15:36:48 -0500
committerGerrit Code Review <review@openstack.org>2013-05-24 01:25:32 +0000
commit0be3c0e99786a8ad250484748f4af9c6b07ae191 (patch)
treebba51e72be883e237f629ffc3409e7598c166791 /bin
parent0f6f386c74754bc2e94a177d00d74bc074eba2fd (diff)
downloadkeystone-0be3c0e99786a8ad250484748f4af9c6b07ae191.tar.gz
keystone-0be3c0e99786a8ad250484748f4af9c6b07ae191.tar.xz
keystone-0be3c0e99786a8ad250484748f4af9c6b07ae191.zip
imports not in alphabetical order (flake8 H306)
Change-Id: I0f6c5fc27b0bb2da553e9345a8ac4949ce46e685
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone-all4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index 93ce34e4..75bb103a 100755
--- a/bin/keystone-all
+++ b/bin/keystone-all
@@ -21,9 +21,9 @@ if os.path.exists(os.path.join(possible_topdir,
from paste import deploy
import pbr.version
-from keystone import config
-from keystone.common import wsgi_server
from keystone.common import utils
+from keystone.common import wsgi_server
+from keystone import config
from keystone.openstack.common import importutils