summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-12-04 14:38:26 +0200
committerJoe Gordon <jogo@cloudscaling.com>2012-12-04 14:39:04 +0200
commit2f7a7edc41d0e7b663877592aeda14e766a64241 (patch)
tree4b8206b0c4e37e05d0739a251e4d79e5030ce81f /openstack
parent45e6afcbf51f07a381b17fbe30a87776ee84ad59 (diff)
downloadoslo-2f7a7edc41d0e7b663877592aeda14e766a64241.tar.gz
oslo-2f7a7edc41d0e7b663877592aeda14e766a64241.tar.xz
oslo-2f7a7edc41d0e7b663877592aeda14e766a64241.zip
Fix import order in openstack/common/lockutils.py
Change-Id: Ia1dfa85a81bae6620c2c24c0c28a589d46ed3b04
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/lockutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/lockutils.py b/openstack/common/lockutils.py
index a342938..40741ca 100644
--- a/openstack/common/lockutils.py
+++ b/openstack/common/lockutils.py
@@ -27,8 +27,8 @@ import weakref
from eventlet import semaphore
from openstack.common import cfg
-from openstack.common.gettextutils import _
from openstack.common import fileutils
+from openstack.common.gettextutils import _
from openstack.common import log as logging