mistral/mistral/api
Eyal 97b493ade6 Don't use default mutable parameter
Using default mutable parameter is bad.
Default parameters are evaluated only once
if you mutate it you will get unexpected results.
Since we don't mutate here the default paramter, make
sure it is unmutable.

Change-Id: Ib5c451a8c8cad7b6c9a009369c1c039563023368
2019-04-15 10:30:34 +03:00
..
controllers Add http_proxy_to_wsgi middleware 2019-03-09 01:51:59 +03:00
hooks Don't use default mutable parameter 2019-04-15 10:30:34 +03:00
__init__.py Adding pecan, wsme, oslo and adjusting packages 2013-11-21 13:47:42 +07:00
access_control.py Add entry point to allow for oslo.policy CLI usage 2018-09-19 16:25:33 +00:00
app.py Add http_proxy_to_wsgi middleware 2019-03-09 01:51:59 +03:00
service.py Fix Kombu RPC threading and use within multiprocess environment 2017-09-05 10:36:43 +00:00
wsgi.py Fix WSGI script for gunicorn 2017-05-10 21:31:42 +00:00