reorder imports spacing

This commit is contained in:
Jesse Andrews
2010-07-15 18:13:48 -05:00
parent 3a85e10f93
commit 92676503af
37 changed files with 50 additions and 100 deletions

View File

@@ -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