moto/moto/core
Fujimoto Seiji b25e80188a AWSServiceSpec: Fix TypeError exceptions within json.load()
The load() method provided by the built-in JSON module does not accept a
byte-type value in Python 3.5 (or versions before), and will raise an
exception if one is passed.

For details, please see: https://bugs.python.org/issue17909

Thus, for better compatibility, we'd better decode the content of the
JSON file before passing it to the parser, instead of letting the module
to guess the encoding.
2018-04-24 16:33:39 +09:00
..
__init__.py Add BaseModel to all models. 2017-03-11 23:41:12 -05:00
exceptions.py Completed events 2017-10-28 20:17:34 +01:00
models.py Only start responses patcher if not already activated. 2018-04-11 09:39:38 -04:00
responses.py AWSServiceSpec: Fix TypeError exceptions within json.load() 2018-04-24 16:33:39 +09:00
urls.py First version of dashboard. 2017-03-11 22:45:42 -05:00
utils.py return 404 error on missing action 2017-12-27 22:58:24 -05:00