horizon/horizon/workflows
Ivan Kolodyazhny e976461d85 Remove six usage from horizon package
We don't support Python 2 anymore so we don't need this
compatibility library.

six.reraise usages are left as is until it'll be moved to some
base lib like oslo.utils to not re-implenent this method in
Horizon.

This patch also removes Python2-specific base test case methods
assertItemsEqual and assertNotRegexpMatches in flavor of new
Python 3 analogues.

Change-Id: I0b567382edf4d68674a7b8d0b02333fb57293958
2020-01-15 12:36:11 +02:00
..
__init__.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
base.py Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
views.py Remove six usage from horizon package 2020-01-15 12:36:11 +02:00