summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_local.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_local.py')
-rw-r--r--tests/unit/test_local.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_local.py b/tests/unit/test_local.py
index bc7b05d..a8c9ab6 100644
--- a/tests/unit/test_local.py
+++ b/tests/unit/test_local.py
@@ -18,7 +18,7 @@
import threading
from openstack.common import local
-from tests import utils
+from openstack.common import test
class Dict(dict):
@@ -26,7 +26,7 @@ class Dict(dict):
pass
-class LocalStoreTestCase(utils.BaseTestCase):
+class LocalStoreTestCase(test.BaseTestCase):
v1 = Dict(a='1')
v2 = Dict(a='2')
v3 = Dict(a='3')