Merge "Fixes import order errors"

This commit is contained in:
Jenkins 2013-01-18 14:46:26 +00:00 committed by Gerrit Code Review
commit 004c35bef2
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