Adding sqs queue creation

This commit is contained in:
Steve Pulec 2013-02-23 22:26:46 -05:00
commit 89364ed864
12 changed files with 244 additions and 35 deletions

View file

@ -1,7 +1,8 @@
from jinja2 import Template
from moto.core.utils import camelcase_to_underscores
from moto.ec2.models import ec2_backend
from moto.ec2.utils import instance_ids_from_querystring, camelcase_to_underscores
from moto.ec2.utils import instance_ids_from_querystring
class InstanceResponse(object):