Fix import statement order

Fix import statement order to comply with
OpenStack Style Guidelines(*1).

*1: http://docs.openstack.org/developer/hacking/#import-order-template

TrivialFix
Change-Id: I8ded09c14396a46f9d0f8f565d1294b179ce09bc
This commit is contained in:
Takashi NATSUME
2016-10-31 21:21:10 +09:00
parent 951a2f4219
commit 6fba36a442
12 changed files with 17 additions and 16 deletions

View File

@@ -12,9 +12,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import time
import fixtures
import mock
import time
import nova.conf
from nova import test