horizon/openstack_dashboard/dashboards/admin/group_types
Ivan Kolodyazhny d870b40583 Remove six usage from openstack_dashboard 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: I26a59176be9e9f213128e4945a58b9459334b626
2020-01-15 12:47:48 +02:00
..
specs Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
templates/group_types Replace "group spec" with "group type spec" 2019-06-20 08:21:36 +00:00
__init__.py Add volume group-type list/show support for admin panel 2019-02-06 18:44:35 +00:00
forms.py Add volume group-type list/show support for admin panel 2019-02-06 18:44:35 +00:00
panel.py Add volume group-type list/show support for admin panel 2019-02-06 18:44:35 +00:00
tables.py Add volume group-specs-list support for admin panel 2019-03-01 01:50:32 +09:00
tests.py Add volume group-type list/show support for admin panel 2019-02-06 18:44:35 +00:00
urls.py Add volume group-specs-list support for admin panel 2019-03-01 01:50:32 +09:00
views.py Add volume group-type list/show support for admin panel 2019-02-06 18:44:35 +00:00