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 0407668..ef09d2b 100644
--- a/tests/unit/test_loopingcall.py
+++ b/tests/unit/test_loopingcall.py
@@ -15,16 +15,16 @@
# under the License.
import datetime
-import testtools
from eventlet import greenthread
import mox
from openstack.common import loopingcall
from openstack.common import timeutils
+from tests import utils
-class LoopingCallTestCase(testtools.TestCase):
+class LoopingCallTestCase(utils.BaseTestCase):
def setUp(self):
super(LoopingCallTestCase, self).setUp()