summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/test_test.py')
-rw-r--r--nova/tests/test_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/tests/test_test.py b/nova/tests/test_test.py
index 9e2d3560c..759b05e3b 100644
--- a/nova/tests/test_test.py
+++ b/nova/tests/test_test.py
@@ -18,7 +18,8 @@
"""Tests for the testing base code."""
-from nova.openstack.common import cfg
+from oslo.config import cfg
+
from nova.openstack.common import rpc
from nova import test