certbot/certbot-nginx/certbot_nginx/_internal
Mads Jensen 7e5e51aeff
Use super().__init__ instead of explicitly calling named super-class. (#9166)
* Use super().__init__ instead of explicitly calling named super-class.

* Fix unittest (typo fix).
2022-01-09 22:50:44 +01: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 Add type annotations to the certbot package (part 2) (#9085) 2021-11-24 18:33:09 +11:00
constants.py Remove all non essential references to the old Zope interfaces (#8988) 2021-08-17 14:51:26 -07:00
display_ops.py Deprecate zope.component in favor of an direct calls to functions from certbot.display.util module (#8835) 2021-07-19 17:09:06 -07:00
http_01.py Add type annotations to the certbot package (part 2) (#9085) 2021-11-24 18:33:09 +11:00
nginxparser.py Use super().__init__ instead of explicitly calling named super-class. (#9166) 2022-01-09 22:50:44 +01:00
obj.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
parser.py pylint: upgrade pinned verson and fix new lints (#8936) 2021-07-15 11:03:39 -07:00
parser_obj.py Fix some typos (found by codespell) (#9017) 2021-09-03 06:43:13 +10:00