glance/glance/api/v2
Leandro I. Costantino 627d5fbc13 Replace unicode() for six.text_type
To support Python3, unicode() calls has been replaced by
six.text_type.
Added utils.exception_to_str(): is the proper way to convert
an exception to string, since it manages logic related to
encoding.

Change-Id: I27101390e4f95e5c7690b1b445b7e75b8bcb9a08
Closes-Bug: #1284677
2014-05-05 15:40:02 -03:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 22:39:05 -06:00
image_data.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00
image_members.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00
image_tags.py Add support for API message localization 2014-03-04 14:18:28 +08:00
images.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00
router.py Return 405 when attempting DELETE on /tasks 2014-03-25 17:19:17 -04:00
schemas.py Fix and enable gating on H306 2014-01-01 16:44:19 +01:00
tasks.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00