summaryrefslogtreecommitdiffstats
path: root/openstack/common/service.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/service.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/service.py')
-rw-r--r--openstack/common/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/service.py b/openstack/common/service.py
index 5630035..05060ca 100644
--- a/openstack/common/service.py
+++ b/openstack/common/service.py
@@ -32,9 +32,9 @@ import logging as std_logging
from openstack.common import cfg
from openstack.common import eventlet_backdoor
+from openstack.common.gettextutils import _
from openstack.common import log as logging
from openstack.common import threadgroup
-from openstack.common.gettextutils import _
try:
from openstack.common import rpc