moto/moto/emr/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
155 B
Python
Raw Normal View History

2015-07-12 19:32:16 +09:00
from .models import emr_backends
from ..core.models import base_decorator
2015-07-12 19:32:16 +09:00
emr_backend = emr_backends["us-east-1"]
2017-02-12 00:22:29 -05:00
mock_emr = base_decorator(emr_backends)