~soren/nova/iptables-security-groups

« back to all changes in this revision

Viewing changes to nova/tests/process_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
 
from xml.etree import ElementTree
21
 
 
22
 
 
23
20
from twisted.internet import defer
24
21
from twisted.internet import reactor
 
22
from xml.etree import ElementTree
25
23
 
26
24
from nova import exception
27
25
from nova import flags