horizon/openstack_dashboard/dashboards/project/images
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
..
images Use python3-style super() 2020-10-15 14:37:20 +09:00
snapshots Use python3-style super() 2020-10-15 14:37:20 +09:00
templates/images Syntax error in image detail template 2019-08-22 12:34:11 +02:00
__init__.py Move volume snapshots table to volumes panel 2014-02-18 10:24:18 +08:00
panel.py Adds Policy Rules to Project Images panel 2016-10-11 17:24:41 -07:00
tests.py Use python3-style super() 2020-10-15 14:37:20 +09:00
urls.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
utils.py Cleanup unused util functions 2019-06-21 15:10:57 +00:00
views.py Add default common template to python table views 2017-01-05 08:59:35 +00:00