~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 16:07:40 UTC
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: jesse@gigantor.local-20100715160740-lhv200czvdn4ouh8
remove import of vendor since we have PPA now

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import logging
20
20
from xml.etree import ElementTree
21
21
 
22
 
from nova import vendor
 
22
 
23
23
from twisted.internet import defer
24
24
from twisted.internet import reactor
25
25