From 2ce696b94d9fb5192f30c123a7092a7aac42c50b Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Fri, 18 Jan 2013 14:10:05 +0800 Subject: [PATCH] Fixes import order errors Change-Id: I3e35230dd2d96ab9f5a8c11b9ec1cd8d2d00e347 --- tests/unit/test_lockutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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