ironic/ironic/api/controllers
Steve Baker cc7a9c29c2 Use str type instead of wsme.types.text
wsme.type.text maps to six.text_type, which for py3 is str.

Ironic is py3 only, and wsme is being removed, so this change
replaces all wsme.types.text uses with str.

Change-Id: Ie39f049840980d0595be3620f35f14eb4b0198af
Story: 1651346
2020-01-22 16:46:47 +13:00
..
v1 Use str type instead of wsme.types.text 2020-01-22 16:46:47 +13:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base.py Deploy templates: API & notifications 2019-03-04 10:30:16 +00:00
link.py Use str type instead of wsme.types.text 2020-01-22 16:46:47 +13:00
root.py Use str type instead of wsme.types.text 2020-01-22 16:46:47 +13:00
version.py Use str type instead of wsme.types.text 2020-01-22 16:46:47 +13:00