oslo.upgradecheck/oslo_upgradecheck
Ben Nemec c4283dd0eb Force translation of table header
Concatenation of lazily translated strings using + is not supported,
but prettytable is doing that internally with one of the translated
strings that we pass in. Use six.text_type to force immediate
translation of the string before passing it to prettytable.

Change-Id: I73929f9df85a9856bb70b37ee08f5399f98fdb00
Closes-Bug: 1801761
2018-11-05 18:38:22 +00:00
..
tests Move example implementation to docs 2018-10-09 21:56:06 +00:00
__init__.py Initial commit 2018-09-12 17:35:58 +00:00
_i18n.py Fix pep8 failures 2018-09-12 22:46:06 +00:00
upgradecheck.py Force translation of table header 2018-11-05 18:38:22 +00:00