~soren/nova/iptables-security-groups

« back to all changes in this revision

Viewing changes to nova/tests/api_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:
16
16
#    License for the specific language governing permissions and limitations
17
17
#    under the License.
18
18
 
 
19
import boto
 
20
from boto.ec2 import regioninfo
19
21
import httplib
20
22
import random
21
23
import StringIO
22
 
 
23
 
 
24
 
import boto
25
 
from boto.ec2 import regioninfo
26
24
from tornado import httpserver
27
25
from twisted.internet import defer
28
26