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/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/common/utils.py') diff --git a/openstack/common/utils.py b/openstack/common/utils.py index 74c571d..220b49e 100644 --- a/openstack/common/utils.py +++ b/openstack/common/utils.py @@ -23,8 +23,8 @@ import logging import random import shlex -from eventlet import greenthread from eventlet.green import subprocess +from eventlet import greenthread from openstack.common import exception from openstack.common.gettextutils import _ -- cgit