Fix merge conflicts for cloudwatch.
This commit is contained in:
parent
2d65b0a020
commit
93f56322d8
7 changed files with 264 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ logging.getLogger('boto').setLevel(logging.CRITICAL)
|
|||
|
||||
from .autoscaling import mock_autoscaling
|
||||
from .cloudformation import mock_cloudformation
|
||||
from .cloudwatch import mock_cloudwatch
|
||||
from .dynamodb import mock_dynamodb
|
||||
from .dynamodb2 import mock_dynamodb2
|
||||
from .ec2 import mock_ec2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue