core sts endpoints completed

This commit is contained in:
Steve Pulec 2013-05-24 17:22:34 -04:00
commit 212d9c7abe
11 changed files with 201 additions and 3 deletions

View file

@ -8,6 +8,7 @@ from moto.ec2 import ec2_backend # flake8: noqa
from moto.s3 import s3_backend # flake8: noqa
from moto.ses import ses_backend # flake8: noqa
from moto.sqs import sqs_backend # flake8: noqa
from moto.sts import sts_backend # flake8: noqa
from moto.core.utils import convert_flask_to_httpretty_response