summaryrefslogtreecommitdiffstats
path: root/tests/_ldap_livetest.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2013-03-07 16:21:08 -0500
committerAdam Young <ayoung@redhat.com>2013-03-08 11:51:49 -0500
commitd8599dcda06514a9687af3f714e55ff7580af9db (patch)
treefe869d48c274ec7ba70d2762f526ce3a09ccdfbb /tests/_ldap_livetest.py
parentdd7d4fd551f727873462d3ef2ece863ab6400995 (diff)
downloadkeystone-d8599dcda06514a9687af3f714e55ff7580af9db.tar.gz
keystone-d8599dcda06514a9687af3f714e55ff7580af9db.tar.xz
keystone-d8599dcda06514a9687af3f714e55ff7580af9db.zip
from tests import
Makes the resolution of local imports work when running individual tests. Bug 1152326 Change-Id: I72f54bdbb60a6d7acf32bdbdc02d7bce69add84e
Diffstat (limited to 'tests/_ldap_livetest.py')
-rw-r--r--tests/_ldap_livetest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/_ldap_livetest.py b/tests/_ldap_livetest.py
index f74bf16c..031bc2f5 100644
--- a/tests/_ldap_livetest.py
+++ b/tests/_ldap_livetest.py
@@ -20,8 +20,8 @@ from keystone import config
from keystone.identity.backends import ldap as identity_ldap
from keystone import test
-import default_fixtures
-import test_backend_ldap
+from tests import default_fixtures
+from tests import test_backend_ldap
CONF = config.CONF