monasca-log-api/monasca_log_api
Doug Hellmann 0153a20201 replace use of 'unicode' builtin
The builtin type 'unicode' does not exist under python 3. The runtime
check here is already looking at the python version, but the linter
does not perform the same check and it fails because the name is not
defined. Replace the explicit use of unicode here with six.text_type
so that the linter is happy.

Change-Id: I22a13fddaed1338c0f3e670d199bb6aa5f99bbf7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 17:30:58 -04:00
..
app replace use of 'unicode' builtin 2018-06-06 17:30:58 -04:00
conf Set a default value for a default_roles 2018-05-08 12:31:02 +02:00
db Internal interfaces for log listing API implementation 2017-03-24 11:19:01 +00:00
healthcheck Use oslo-config-generator 2017-07-05 09:44:35 +00:00
middleware Use oslo-config-generator 2017-07-05 09:44:35 +00:00
monitoring Use oslo-config-generator 2017-07-05 09:44:35 +00:00
tests Refactor project tree 2017-07-27 22:02:48 +00:00
__init__.py monasca-log-api python 2015-10-08 10:38:12 +02:00
config.py Allow to specify CLI arguments 2017-07-27 07:34:02 +02:00
version.py Composite paste for monasca-log-api 2017-06-02 14:20:43 +00:00