summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-08-16 01:24:21 +0000
committerGerrit Code Review <review@openstack.org>2013-08-16 01:24:21 +0000
commit74667a7c8e3dca50beb5647874fbe6168f064ec6 (patch)
tree8dc374ca8068b9825c664af136df47d0f68deadd
parentdfe30fbe2d530b435149b3fbe26984a196d5f807 (diff)
parent097d2b7b3de6593a0aac8e82418c0dcadc299542 (diff)
downloadoslo-context-74667a7c8e3dca50beb5647874fbe6168f064ec6.tar.gz
Merge "Replace using tests.utils with openstack.common.test"
-rw-r--r--tests/unit/test_context.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_context.py b/tests/unit/test_context.py
index 2f9a3de..ae79b31 100644
--- a/tests/unit/test_context.py
+++ b/tests/unit/test_context.py
@@ -16,10 +16,10 @@
# under the License.
from openstack.common import context
-from tests import utils
+from openstack.common import test
-class ContextTest(utils.BaseTestCase):
+class ContextTest(test.BaseTestCase):
def test_context(self):
ctx = context.RequestContext()