diff options
| -rw-r--r-- | openstack/common/rpc/amqp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rpc/amqp.py b/openstack/common/rpc/amqp.py index 880d3b3..10b3869 100644 --- a/openstack/common/rpc/amqp.py +++ b/openstack/common/rpc/amqp.py @@ -35,8 +35,8 @@ from eventlet import pools from eventlet import semaphore from openstack.common import excutils -from openstack.common import local from openstack.common.gettextutils import _ +from openstack.common import local from openstack.common.rpc import common as rpc_common |
