summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-11 22:38:11 +0000
committerGerrit Code Review <review@openstack.org>2012-07-11 22:38:11 +0000
commit112e0c61ea4a49bef0aa2378af480c5247ea37dc (patch)
treefaebe00bb03f24da39670b257c4fdb3505acb567 /openstack
parent46405973410b5e64baec09f293d4752b4f94dd0e (diff)
parente1442d1150b3dd8010f03661e95f9c0315cd8dc9 (diff)
downloadoslo-112e0c61ea4a49bef0aa2378af480c5247ea37dc.tar.gz
oslo-112e0c61ea4a49bef0aa2378af480c5247ea37dc.tar.xz
oslo-112e0c61ea4a49bef0aa2378af480c5247ea37dc.zip
Merge "Fix import order."
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/rpc/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rpc/common.py b/openstack/common/rpc/common.py
index 1f421f3..2e15c3e 100644
--- a/openstack/common/rpc/common.py
+++ b/openstack/common/rpc/common.py
@@ -23,10 +23,10 @@ import sys
import traceback
from openstack.common import cfg
+from openstack.common.gettextutils import _
from openstack.common import importutils
from openstack.common import jsonutils
from openstack.common import local
-from openstack.common.gettextutils import _
LOG = logging.getLogger(__name__)