From 6cb7801ac7d0f25dfbca0d8eb891feffdec695c5 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 14 May 2012 14:46:11 -0700 Subject: Alphabetize imports Except for nova/api/, nova/tests/, nova/virt/ In preparation for automated checking being enabled (N306) Change-Id: I5af70ea13b470ce58695ef0a5e0ff9da3ac1b135 --- nova/rpc/impl_kombu.py | 2 +- nova/rpc/impl_qpid.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nova/rpc') diff --git a/nova/rpc/impl_kombu.py b/nova/rpc/impl_kombu.py index 6ff87646c..7285acbe3 100644 --- a/nova/rpc/impl_kombu.py +++ b/nova/rpc/impl_kombu.py @@ -24,9 +24,9 @@ import uuid import eventlet import greenlet import kombu +import kombu.connection import kombu.entity import kombu.messaging -import kombu.connection from nova.openstack.common import cfg from nova.rpc import amqp as rpc_amqp diff --git a/nova/rpc/impl_qpid.py b/nova/rpc/impl_qpid.py index 37bb62430..f2f669a54 100644 --- a/nova/rpc/impl_qpid.py +++ b/nova/rpc/impl_qpid.py @@ -16,9 +16,9 @@ # under the License. import itertools +import json import time import uuid -import json import eventlet import greenlet -- cgit