summaryrefslogtreecommitdiffstats
path: root/tests/unit/scheduler/test_weights.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/scheduler/test_weights.py')
-rw-r--r--tests/unit/scheduler/test_weights.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/scheduler/test_weights.py b/tests/unit/scheduler/test_weights.py
index 21d3f3e..fcb25c6 100644
--- a/tests/unit/scheduler/test_weights.py
+++ b/tests/unit/scheduler/test_weights.py
@@ -17,11 +17,11 @@ Tests For Scheduler weights.
"""
from openstack.common.scheduler import base_weight
+from openstack.common import test
from tests.unit import fakes
-from tests import utils
-class TestWeightHandler(utils.BaseTestCase):
+class TestWeightHandler(test.BaseTestCase):
def test_get_all_classes(self):
namespace = "openstack.common.tests.fakes.weights"
handler = base_weight.BaseWeightHandler(