certbot/certbot-apache/certbot_apache/_internal
Brad Warren 7f9857a81b
Use Python 3 style super (#8777)
This is one of the things that newer versions of `pylint` complains about.

* git grep -l super\( | xargs sed -i 's/super([^)]*)/super()/g'

* fix spacing
2021-04-08 13:04:51 -07:00
..
augeas_lens Convert http links to https (#8287) 2020-09-23 19:36:55 +02:00
tls_configs Disable TLS session tickets in Apache (#7771) 2020-03-23 16:49:52 -07:00
__init__.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
apache_util.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
apacheparser.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
assertions.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
augeasparser.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
configurator.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
constants.py Disable TLS session tickets in Apache (#7771) 2020-03-23 16:49:52 -07:00
display_ops.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00
dualparser.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
entrypoint.py Cleanup more pylint issues (#7848) 2020-03-16 09:43:48 -07:00
http_01.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
interfaces.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
obj.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
override_arch.py apache: handle statically linked mod_ssl (#8007) 2020-06-04 10:34:10 -07:00
override_centos.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
override_darwin.py apache: handle statically linked mod_ssl (#8007) 2020-06-04 10:34:10 -07:00
override_debian.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
override_fedora.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
override_gentoo.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
override_suse.py Change the SUSE override to use apachectl (#8592) 2021-01-08 09:49:21 -08:00
parser.py Enable mypy strict mode (#8766) 2021-04-05 15:04:21 -07:00
parsernode_util.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00