Merge branch 'master' into add_instance_type_offerings
This commit is contained in:
commit
5d208bfd04
47 changed files with 1202 additions and 74 deletions
|
|
@ -2,6 +2,9 @@ from moto import mock_cloudformation_deprecated, mock_ec2_deprecated
|
|||
from moto import mock_cloudformation, mock_ec2
|
||||
from tests.test_cloudformation.fixtures import vpc_eni
|
||||
import boto
|
||||
import boto.ec2
|
||||
import boto.cloudformation
|
||||
import boto.vpc
|
||||
import boto3
|
||||
import json
|
||||
import sure # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue