horizon/openstack_dashboard/management/commands
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
..
__init__.py Created a make_web_conf command. 2014-04-03 17:34:32 +02:00
apache_vhost.conf.template Use WSGIApplicationGroup %{GLOBAL} in mod_wsgi configuration 2017-08-04 14:52:43 +02:00
extract_messages.py pylint: fix import-error 2019-01-16 00:00:58 +09:00
horizon.wsgi.template Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
make_web_conf.py Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
migrate_settings.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
update_catalog.py extract_messages, update_catalog: Simplify help message 2017-08-29 12:35:30 +00:00
upgrade_check.py Remove deprecated SHOW_KEYSTONE_V2_RC config option 2019-05-14 11:55:53 +00:00