summaryrefslogtreecommitdiff
path: root/oslo_messaging/tests/notify/test_listener.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_messaging/tests/notify/test_listener.py')
-rw-r--r--oslo_messaging/tests/notify/test_listener.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/tests/notify/test_listener.py b/oslo_messaging/tests/notify/test_listener.py
index 3c1e404..0bd032c 100644
--- a/oslo_messaging/tests/notify/test_listener.py
+++ b/oslo_messaging/tests/notify/test_listener.py
@@ -17,9 +17,9 @@ import threading
import time
import mock
+from oslo_config import cfg
import testscenarios
-from oslo.config import cfg
import oslo_messaging
from oslo_messaging.notify import dispatcher
from oslo_messaging.tests import utils as test_utils