From faeafe169a260d10b3a8d91cd7a60b5669b9a8f1 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Wed, 28 Nov 2012 12:01:13 +0800 Subject: Fixes import order Rearranged import order of openstack.common.rpc.matchmaker Change-Id: I034a96e459763910adf51dc8f6642d6485208732 --- openstack/common/rpc/matchmaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack') 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 = [ -- cgit