summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_lockutils.py
diff options
context:
space:
mode:
authorZhongyue Luo <zhongyue.nah@intel.com>2013-01-18 14:10:05 +0800
committerZhongyue Luo <zhongyue.nah@intel.com>2013-01-18 18:06:50 +0800
commit96b62fbaec43f324a244102f6e2682d1cf532ba0 (patch)
tree699d34c78080789da4e3262e9dd7b2620c3a57c8 /tests/unit/test_lockutils.py
parent82e86045b50e5b66f5acdaf402f53db229c947eb (diff)
Fixes import order errors
Change-Id: I3e35230dd2d96ab9f5a8c11b9ec1cd8d2d00e347
Diffstat (limited to 'tests/unit/test_lockutils.py')
-rw-r--r--tests/unit/test_lockutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_lockutils.py b/tests/unit/test_lockutils.py
index 57271a3..85dce05 100644
--- a/tests/unit/test_lockutils.py
+++ b/tests/unit/test_lockutils.py
@@ -24,8 +24,8 @@ import time
import unittest
import eventlet
-from eventlet import greenthread
from eventlet import greenpool
+from eventlet import greenthread
from openstack.common import lockutils
from openstack.common import testutils