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

2
moto/sts/__init__.py Normal file
View file

@ -0,0 +1,2 @@
from .models import sts_backend
mock_sts = sts_backend.decorator