dynamodb v2 no indexes

This commit is contained in:
creyer 2013-12-05 13:16:56 +02:00 committed by Sorin
commit 48cfd19fe6
12 changed files with 1509 additions and 0 deletions

View file

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