summaryrefslogtreecommitdiffstats
path: root/tests/_ldap_livetest.py
diff options
context:
space:
mode:
authorZhongyue Luo <lzyeval@gmail.com>2012-07-03 00:11:57 +0800
committerZhongyue Luo <lzyeval@gmail.com>2012-07-03 00:21:39 +0800
commita7417e26d8b7cdf3decc7ee70a736789bafc3a83 (patch)
tree7b4cd62628e7b6b89060da55a395cbcfd0288886 /tests/_ldap_livetest.py
parentb45c252bca75d55fc720f354c48f5084c2528582 (diff)
downloadkeystone-a7417e26d8b7cdf3decc7ee70a736789bafc3a83.tar.gz
keystone-a7417e26d8b7cdf3decc7ee70a736789bafc3a83.tar.xz
keystone-a7417e26d8b7cdf3decc7ee70a736789bafc3a83.zip
Reorder test imports by full import path
Fixes bug #1020182 Reorder imports of modules in keystone/tests. Change-Id: I2ff61dd3d9486281b4a2a889e4dc8b9105c87d49
Diffstat (limited to 'tests/_ldap_livetest.py')
-rw-r--r--tests/_ldap_livetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index 7afd2ec0..1a7e3276 100644
--- a/tests/_ldap_livetest.py
+++ b/tests/_ldap_livetest.py
@@ -17,8 +17,8 @@
import subprocess
from keystone import config
-from keystone import test
from keystone.identity.backends import ldap as identity_ldap
+from keystone import test
import default_fixtures
import test_backend