horizon/openstack_auth
Akihiro Motoki e5d09edc20 Use python3-style super()
In python3, super() does not always require a class and self reference.
In other words, super() is enough for most cases.
This is much simpler and it is time to switch it to the newer style.

pylint provides a check for this.
Let's enable 'super-with-arguments' check.

NOTE: _prepare_mappings() method of FormRegion in
openstack_dashboard/test/integration_tests/regions/forms.py is refactored.
super() (without explicit class and self referece) does not work when
a subclass method calls a same method in a parent class multiple times.
It looks better to prepare a separate method to provide a common logic.

Change-Id: Id9512a14be9f20dbd5ebd63d446570c7b7c825ff
2020-10-15 14:37:20 +09:00
..
locale Imported Translations from Zanata 2020-04-27 06:49:13 +00:00
plugin pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00
tests Use python3-style super() 2020-10-15 14:37:20 +09:00
__init__.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
backend.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
defaults.py Changed default identity url to horizon 2019-12-06 18:41:38 +08:00
exceptions.py Automatically redirect to the password change when it's expired 2019-09-16 12:45:23 +02:00
forms.py Use python3-style super() 2020-10-15 14:37:20 +09:00
middleware.py Fix django.contrib.auth.middleware monkey patching 2018-11-06 21:36:45 +00:00
models.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
policy.py Merge "Handle Permission Denied for policy files" 2019-09-26 18:39:54 +00:00
urls.py Remove Keystone v2 related code 2020-04-23 11:43:12 +09:00
user.py Remove Keystone v2 related code 2020-04-23 11:43:12 +09:00
utils.py pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00
views.py pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00