~soren/nova/iptables-security-groups

« back to all changes in this revision

Viewing changes to nova/tests/future_unittest.py

  • Committer: Jesse Andrews
  • Date: 2010-07-15 23:13:48 UTC
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: jesse@gigantor.local-20100715231348-vml8qldrdofx79do
reorder imports spacing

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#    under the License.
18
18
 
19
19
import logging
 
20
import mox
20
21
import StringIO
21
22
import time
 
23
from tornado import ioloop
 
24
from twisted.internet import defer
22
25
import unittest
23
26
from xml.etree import ElementTree
24
27
 
25
 
 
26
 
import mox
27
 
from tornado import ioloop
28
 
from twisted.internet import defer
29
 
 
30
28
from nova import cloud
31
29
from nova import exception
32
30
from nova import flags