diff options
author | Jesse Andrews <jesse@gigantor.local> | 2010-07-15 18:13:48 -0500 |
---|---|---|
committer | Jesse Andrews <jesse@gigantor.local> | 2010-07-15 18:13:48 -0500 |
commit | 3ce6ec1a83731da868c5a77c4684808a54ffd8fd (patch) | |
tree | 9d92e81ec74926526841583737169d034c70de3a /nova/test.py | |
parent | c8fdce011092f23efd55385b45db8e6f3886beb1 (diff) | |
download | nova-3ce6ec1a83731da868c5a77c4684808a54ffd8fd.tar.gz nova-3ce6ec1a83731da868c5a77c4684808a54ffd8fd.tar.xz nova-3ce6ec1a83731da868c5a77c4684808a54ffd8fd.zip |
reorder imports spacing
Diffstat (limited to 'nova/test.py')
-rw-r--r-- | nova/test.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nova/test.py b/nova/test.py index 864bc3f5a..5dcf0b9b0 100644 --- a/nova/test.py +++ b/nova/test.py @@ -23,16 +23,14 @@ and some black magic for inline callbacks. """ import logging +import mox +import stubout import time import unittest - - -import mox from tornado import ioloop from twisted.internet import defer from twisted.python import failure from twisted.trial import unittest as trial_unittest -import stubout from nova import fakerabbit from nova import flags |