summaryrefslogtreecommitdiffstats
path: root/openstack/common/utils.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2012-10-29 14:19:19 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2012-10-29 14:19:19 +0800
commitb153b563908e91ce1bbce0ab9f019d3fba0b2162 (patch)
tree380c935a12e51e365aa02c5d9a2f17a8c4dfb3e2 /openstack/common/utils.py
parentaca1805d911caefe14a73edb6ced281cf54e7ad2 (diff)
downloadoslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.tar.gz
oslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.tar.xz
oslo-b153b563908e91ce1bbce0ab9f019d3fba0b2162.zip
Import order clean-up
Reorder imports by full module path Change-Id: If619b4b50aa052401f7fa65df57b74d4ad1b65a6
Diffstat (limited to 'openstack/common/utils.py')
-rw-r--r--openstack/common/utils.py2
1 files changed, 1 insertions, 1 deletions
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 _