summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_loopingcall.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_loopingcall.py')
-rw-r--r--tests/unit/test_loopingcall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_loopingcall.py b/tests/unit/test_loopingcall.py
index 89cf336..9746b88 100644
--- a/tests/unit/test_loopingcall.py
+++ b/tests/unit/test_loopingcall.py
@@ -20,11 +20,11 @@ from eventlet import greenthread
import mox
from openstack.common import loopingcall
+from openstack.common import test
from openstack.common import timeutils
-from tests import utils
-class LoopingCallTestCase(utils.BaseTestCase):
+class LoopingCallTestCase(test.BaseTestCase):
def setUp(self):
super(LoopingCallTestCase, self).setUp()