horizon/openstack_dashboard/dashboards/admin/routers
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
..
extensions Corrected spelling errors throughout the project 2015-10-29 16:18:49 -05:00
ports Fix alignment issues for nav-tabs and ul on details panels 2017-01-18 11:40:14 -08:00
__init__.py Support Quantum L3 function 2013-01-07 20:24:57 -08:00
forms.py Use python3-style super() 2020-10-15 14:37:20 +09:00
panel.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
tables.py Add "Create Router" button to admin panel 2018-11-05 09:10:08 +09:00
tabs.py Remove router rules extension 2016-08-15 15:04:23 -07:00
tests.py Use python3-style super() 2020-10-15 14:37:20 +09:00
urls.py Add "Create Router" button to admin panel 2018-11-05 09:10:08 +09:00
views.py Use python3-style super() 2020-10-15 14:37:20 +09:00