add ses core
This commit is contained in:
parent
41890225e6
commit
9a92e87f02
7 changed files with 339 additions and 0 deletions
|
|
@ -4,4 +4,5 @@ logging.getLogger('boto').setLevel(logging.CRITICAL)
|
|||
from .dynamodb import mock_dynamodb
|
||||
from .ec2 import mock_ec2
|
||||
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