summaryrefslogtreecommitdiffstats
path: root/tests/test_backend_templated.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2013-03-11 14:40:35 -0400
committerAdam Young <ayoung@redhat.com>2013-03-11 14:59:10 -0400
commitceefe7f5fbaecbe9775acdc5e89a3b97b2bf1d1d (patch)
tree91b0b801003c6eaaf8d06a7fb272de6c3a3fbd08 /tests/test_backend_templated.py
parent597fdb77988f5bfd5a247e7ef74fd04087de2d11 (diff)
downloadkeystone-ceefe7f5fbaecbe9775acdc5e89a3b97b2bf1d1d.tar.gz
keystone-ceefe7f5fbaecbe9775acdc5e89a3b97b2bf1d1d.tar.xz
keystone-ceefe7f5fbaecbe9775acdc5e89a3b97b2bf1d1d.zip
Revert "from tests import"
This reverts commit d8599dcda06514a9687af3f714e55ff7580af9db. Change-Id: Iddb881070a91b9761a567a7d3b6d906e228af9f6
Diffstat (limited to 'tests/test_backend_templated.py')
-rw-r--r--tests/test_backend_templated.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_backend_templated.py b/tests/test_backend_templated.py
index df292e6e..31d77acd 100644
--- a/tests/test_backend_templated.py
+++ b/tests/test_backend_templated.py
@@ -21,8 +21,8 @@ from keystone.catalog.backends import templated as catalog_templated
from keystone import exception
from keystone import test
-from tests import default_fixtures
-from tests import test_backend
+import default_fixtures
+import test_backend
DEFAULT_CATALOG_TEMPLATES = os.path.abspath(os.path.join(
os.path.dirname(__file__),