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/image/s3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nova/image') diff --git a/nova/image/s3.py b/nova/image/s3.py index de5d10f1f..31dfa1916 100644 --- a/nova/image/s3.py +++ b/nova/image/s3.py @@ -29,14 +29,14 @@ import boto.s3.connection import eventlet from lxml import etree -from nova import rpc +from nova.api.ec2 import ec2utils from nova import exception from nova import flags from nova import image from nova import log as logging from nova.openstack.common import cfg +from nova import rpc from nova import utils -from nova.api.ec2 import ec2utils LOG = logging.getLogger(__name__) -- cgit