diff options
Diffstat (limited to 'tests/rpc/test_server.py')
-rw-r--r-- | tests/rpc/test_server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rpc/test_server.py b/tests/rpc/test_server.py index b429191..6e1ae16 100644 --- a/tests/rpc/test_server.py +++ b/tests/rpc/test_server.py @@ -17,8 +17,8 @@ import threading import testscenarios -from oslo.config import cfg from oslo import messaging +from oslo_config import cfg from oslo_messaging.tests import utils as test_utils from six.moves import mock |