This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
This reduces duplication of the admin prefix in regular expressions.
- Admin is able to - change displaynames - delete devices - list devices - get device informations Fixes #7330