horizon/openstack_dashboard/dashboards/admin/snapshots
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
..
templates/snapshots Fix locations of included templates in admin volume panels 2017-06-23 11:58:36 +00:00
__init__.py Move Admin Volume Snapshots out of tabbed panel 2017-03-09 13:47:31 +11:00
forms.py Use python3-style super() 2020-10-15 14:37:20 +09:00
panel.py Use Cinder API v3 by default 2017-12-18 15:34:41 +02:00
tables.py Use python3-style super() 2020-10-15 14:37:20 +09:00
tabs.py Add cinder-user-facing messages 2020-09-10 10:22:49 +00:00
tests.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
urls.py Move Admin Volume Snapshots out of tabbed panel 2017-03-09 13:47:31 +11:00
views.py Use python3-style super() 2020-10-15 14:37:20 +09:00