From b153b563908e91ce1bbce0ab9f019d3fba0b2162 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Mon, 29 Oct 2012 14:19:19 +0800 Subject: Import order clean-up Reorder imports by full module path Change-Id: If619b4b50aa052401f7fa65df57b74d4ad1b65a6 --- openstack/common/extensions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openstack/common/extensions.py') diff --git a/openstack/common/extensions.py b/openstack/common/extensions.py index 742c4f2..906906d 100644 --- a/openstack/common/extensions.py +++ b/openstack/common/extensions.py @@ -17,12 +17,12 @@ # under the License. import imp +import logging +from lxml import etree import os import routes import webob.dec import webob.exc -import logging -from lxml import etree from openstack.common import exception from openstack.common.gettextutils import _ -- cgit