deb-murano/murano/api/middleware
Ravi Shekhar Jethani 782808db60 Replace unicode with six.text_type
The Unicode type is 'unicode' in Python 2 and 'str' on Python 3.
This patch replaces unicode with six.text_type to make Murano
more compatible with Python 3. Also it replaces the tuple
'(str, unicode)' with six.string_types for instance comparision.

Blueprint murano-python-3-support

Change-Id: I4db27afdb556ec30dd36d7d4e170055274edfa8b
2015-12-28 05:07:08 -08:00
..
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
context.py Add middleware for external requests 2015-11-11 12:31:30 +03:00
ext_context.py Raise proper exception in ext context middleware 2015-12-04 12:14:11 +03:00
fault.py Replace unicode with six.text_type 2015-12-28 05:07:08 -08:00
ssl.py New middleware to handle ssl termination proxies 2015-10-14 14:27:37 +03:00
version_negotiation.py Fix debug log message 2015-12-01 23:54:45 +09:00