diff options
Diffstat (limited to 'openstack')
| -rw-r--r-- | openstack/common/rpc/matchmaker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rpc/matchmaker.py b/openstack/common/rpc/matchmaker.py index 8ea78ba..eac4252 100644 --- a/openstack/common/rpc/matchmaker.py +++ b/openstack/common/rpc/matchmaker.py @@ -23,8 +23,8 @@ import itertools import logging from openstack.common import cfg -from openstack.common import log as logging from openstack.common.gettextutils import _ +from openstack.common import log as logging matchmaker_opts = [ |
