summaryrefslogtreecommitdiffstats
path: root/nova/testing
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-05-14 14:46:11 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-05-14 15:52:21 -0700
commit6cb7801ac7d0f25dfbca0d8eb891feffdec695c5 (patch)
tree2df7a3739a799c26e6d21ff5822fabe1dcb9e538 /nova/testing
parentfbae8d09fdb9ad370fa827aab0f9bfe0c0c7041f (diff)
downloadnova-6cb7801ac7d0f25dfbca0d8eb891feffdec695c5.tar.gz
nova-6cb7801ac7d0f25dfbca0d8eb891feffdec695c5.tar.xz
nova-6cb7801ac7d0f25dfbca0d8eb891feffdec695c5.zip
Alphabetize imports
Except for nova/api/, nova/tests/, nova/virt/ In preparation for automated checking being enabled (N306) Change-Id: I5af70ea13b470ce58695ef0a5e0ff9da3ac1b135
Diffstat (limited to 'nova/testing')
-rw-r--r--nova/testing/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/testing/runner.py b/nova/testing/runner.py
index 4ee88553b..2b5004394 100644
--- a/nova/testing/runner.py
+++ b/nova/testing/runner.py
@@ -59,9 +59,9 @@ To run a single test:
import gettext
import heapq
import os
-import unittest
import sys
import time
+import unittest
import eventlet
from nose import config