summaryrefslogtreecommitdiffstats
path: root/tests/test_content_types.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_content_types.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_content_types.py')
-rw-r--r--tests/test_content_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_content_types.py b/tests/test_content_types.py
index 5f0ab6e0..a5457ccb 100644
--- a/tests/test_content_types.py
+++ b/tests/test_content_types.py
@@ -24,7 +24,7 @@ from keystone.common import serializer
from keystone.openstack.common import jsonutils
from keystone import test
-from tests import default_fixtures
+import default_fixtures
class RestfulTestCase(test.TestCase):