summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_importutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_importutils.py')
-rw-r--r--tests/unit/test_importutils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_importutils.py b/tests/unit/test_importutils.py
index 372bb6d..d716929 100644
--- a/tests/unit/test_importutils.py
+++ b/tests/unit/test_importutils.py
@@ -19,10 +19,10 @@ import datetime
import sys
from openstack.common import importutils
-from tests import utils
+from openstack.common import test
-class ImportUtilsTest(utils.BaseTestCase):
+class ImportUtilsTest(test.BaseTestCase):
# NOTE(jkoelker) There has GOT to be a way to test this. But mocking
# __import__ is the devil. Right now we just make