horizon/openstack_dashboard/utils
Akihiro Motoki 4fc1b9c424 Remove six.reraise usage
six.reraise can be converted into "raise new_exc from original_exc"
introduced in python3.

In case of horizon.exceptions.handle(), six.reraise was used to
raise the original exception again, so we can convert it into "raise".

six is removed from requirements.txt.
Note that we need to keep six in lower-constraints.txt
as dependent libraries still use six.

Change-Id: I0672a516083727c245f1d4fa5b10eed9cd81a726
2020-01-17 07:31:26 +09:00
..
__init__.py Neutron Security Group native support 2013-07-12 21:03:40 +09:00
config.py Remove six usage from openstack_dashboard package 2020-01-15 12:47:48 +02:00
config_types.py Remove six.reraise usage 2020-01-17 07:31:26 +09:00
filters.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
futurist_utils.py Refactor futurist calls 2018-03-14 21:15:52 +02:00
identity.py Disentangle domain context from effective domain 2017-02-13 11:40:57 +01:00
settings.py Handle partial dict setting 2019-09-26 14:31:17 +09:00