From 3d366c94895eb05461c84b6df9cd215df77ecd09 Mon Sep 17 00:00:00 2001 From: Kenneth Giusti Date: Thu, 5 Feb 2015 16:55:11 -0500 Subject: Fix the import of the driver by the unit test Change-Id: I6fa591eefdb670cc7e8ca701850326c717d634bf Closes-bug: #1418728 --- 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 755b3da..6dc2368 100644 --- a/tests/test_amqp_driver.py +++ b/tests/test_amqp_driver.py @@ -32,7 +32,7 @@ from oslo_messaging.tests import utils as test_utils # are available in the base repos for all supported platforms. pyngus = importutils.try_import("pyngus") if pyngus: - from oslo.messaging._drivers.protocols.amqp import driver as amqp_driver + from oslo_messaging._drivers.protocols.amqp import driver as amqp_driver LOG = logging.getLogger(__name__) -- cgit v1.2.1