Merge in autoscaling

This commit is contained in:
Steve Pulec 2013-07-27 16:24:38 -04:00
commit d57157e749
12 changed files with 1165 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import logging
logging.getLogger('boto').setLevel(logging.CRITICAL)
from .autoscaling import mock_autoscaling
from .dynamodb import mock_dynamodb
from .ec2 import mock_ec2
from .elb import mock_elb