Fix merge conflicts for cloudwatch.

This commit is contained in:
Steve Pulec 2014-10-30 23:51:09 -04:00
commit 93f56322d8
7 changed files with 264 additions and 0 deletions

View file

@ -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