Alphabetize imports in nova/tests/

Change-Id: Ib8e747f91f5277aecc3be01a5e8cee5bc911e823
This commit is contained in:
Joe Gordon
2012-05-14 14:42:29 -07:00
parent a76f08b971
commit 300ba2df11
80 changed files with 137 additions and 137 deletions

View File

@@ -16,9 +16,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from nova import test
from nova import exception
from nova import context
from nova import exception
from nova import test
class EC2APIErrorTestCase(test.TestCase):