certbot/certbot-nginx/certbot_nginx/_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
..
tls_configs Remove ECDHE-RSA-AES128-SHA from NGINX ciphers list (#7719) 2020-01-24 10:09:28 -08:00
__init__.py Make the contents of the nginx plugin private (#7589) 2019-11-25 14:30:24 -08:00
configurator.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
constants.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
display_ops.py Minor bugfixes (#7891) 2020-04-13 10:41:39 -07:00
http_01.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
nginxparser.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
obj.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
parser.py Upgrade to mypy 0.812 (#8748) 2021-04-02 11:54:40 -07:00
parser_obj.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00