summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_threadgroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_threadgroup.py')
-rw-r--r--tests/unit/test_threadgroup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_threadgroup.py b/tests/unit/test_threadgroup.py
index 5af6653..2273800 100644
--- a/tests/unit/test_threadgroup.py
+++ b/tests/unit/test_threadgroup.py
@@ -20,13 +20,13 @@ Unit Tests for thread groups
"""
from openstack.common import log as logging
+from openstack.common import test
from openstack.common import threadgroup
-from tests import utils
LOG = logging.getLogger(__name__)
-class ThreadGroupTestCase(utils.BaseTestCase):
+class ThreadGroupTestCase(test.BaseTestCase):
"""Test cases for thread group."""
def setUp(self):
super(ThreadGroupTestCase, self).setUp()