From 24786754aa01c557206076ad683c50bdb40e6ddf Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 16 Sep 2014 18:33:40 +0200 Subject: [PATCH] Stop using importutils from oslo-incubator Change-Id: Ieb06e8325903864cec74bbc72311038fef120144 --- tests/test_amqp_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_amqp_driver.py b/tests/test_amqp_driver.py index d48878526..be613fbb7 100644 --- a/tests/test_amqp_driver.py +++ b/tests/test_amqp_driver.py @@ -24,7 +24,7 @@ from six import moves import testtools from oslo import messaging -from oslo.messaging.openstack.common import importutils +from oslo.utils import importutils from tests import utils as test_utils # TODO(kgiusti) Conditionally run these tests only if the necessary