Fixes import order errors

Change-Id: I3e35230dd2d96ab9f5a8c11b9ec1cd8d2d00e347
This commit is contained in:
Zhongyue Luo 2013-01-18 14:10:05 +08:00
parent b45840dc2c
commit 2ce696b94d
1 changed files with 1 additions and 1 deletions

View File

@ -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