summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/matchmaker.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2012-11-28 12:01:13 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2012-11-28 12:02:19 +0800
commitfaeafe169a260d10b3a8d91cd7a60b5669b9a8f1 (patch)
treefb5be4301e4018ed8fb9a1e8b6a41316b1877d88 /openstack/common/rpc/matchmaker.py
parent0ac56f54542ac2068d7881c1befbea4b86075f86 (diff)
downloadoslo-faeafe169a260d10b3a8d91cd7a60b5669b9a8f1.tar.gz
oslo-faeafe169a260d10b3a8d91cd7a60b5669b9a8f1.tar.xz
oslo-faeafe169a260d10b3a8d91cd7a60b5669b9a8f1.zip
Fixes import order
Rearranged import order of openstack.common.rpc.matchmaker Change-Id: I034a96e459763910adf51dc8f6642d6485208732
Diffstat (limited to 'openstack/common/rpc/matchmaker.py')
-rw-r--r--openstack/common/rpc/matchmaker.py2
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 = [