summaryrefslogtreecommitdiffstats
path: root/tests/testmods
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testmods')
-rw-r--r--tests/testmods/bar_foo_opt.py2
-rw-r--r--tests/testmods/baz_qux_opt.py2
-rw-r--r--tests/testmods/blaa_opt.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/testmods/bar_foo_opt.py b/tests/testmods/bar_foo_opt.py
index 88d0bbf..0057f11 100644
--- a/tests/testmods/bar_foo_opt.py
+++ b/tests/testmods/bar_foo_opt.py
@@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-from openstack.common import cfg
+from oslo.config import cfg
CONF = cfg.CONF
diff --git a/tests/testmods/baz_qux_opt.py b/tests/testmods/baz_qux_opt.py
index b2c7ecb..c9814ea 100644
--- a/tests/testmods/baz_qux_opt.py
+++ b/tests/testmods/baz_qux_opt.py
@@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-from openstack.common import cfg
+from oslo.config import cfg
CONF = cfg.CONF
diff --git a/tests/testmods/blaa_opt.py b/tests/testmods/blaa_opt.py
index b320a72..a7b06b2 100644
--- a/tests/testmods/blaa_opt.py
+++ b/tests/testmods/blaa_opt.py
@@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-from openstack.common import cfg
+from oslo.config import cfg
CONF = cfg.CONF