Basic ELB support
This commit is contained in:
parent
421a5e60af
commit
b40d3a5629
7 changed files with 392 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ logging.getLogger('boto').setLevel(logging.CRITICAL)
|
|||
|
||||
from .dynamodb import mock_dynamodb
|
||||
from .ec2 import mock_ec2
|
||||
from .elb import mock_elb
|
||||
from .s3 import mock_s3
|
||||
from .ses import mock_ses
|
||||
from .sqs import mock_sqs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue