remove apigateway

This commit is contained in:
Steve Pulec 2016-02-29 17:11:32 -05:00
parent ca6ec4478d
commit 2e27e9edfb

View File

@ -5,7 +5,6 @@ logging.getLogger('boto').setLevel(logging.CRITICAL)
__title__ = 'moto'
__version__ = '0.4.22'
from .apigateway import mock_apigateway # flake8: noqa
from .autoscaling import mock_autoscaling # flake8: noqa
from .awslambda import mock_lambda # flake8: noqa
from .cloudformation import mock_cloudformation # flake8: noqa