certbot/certbot-nginx/certbot_nginx/_internal
Adrien Ferrand 143ea15253
Remove all non essential references to the old Zope interfaces (#8988)
As a follow-up to #8971, this PR removes all references to the old Zope interfaces, except the ones used to deprecate them and prepare for their removal.

In the process, some documentation and tests about the `Display` objects are simply removed since they are not relevant anymore given that they are removed from the public API.

* Cleanup some interfaces.IInstaller

* Cleanup IConfig doc

* Allmost complete removal

* Remove useless tests

* Fixes

* More cleanup

* More cleanup

* More cleanup

* Remove a non existent reference

* Better type

* Fix lint
2021-08-17 14:51:26 -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 Remove all non essential references to the old Zope interfaces (#8988) 2021-08-17 14:51:26 -07: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 Command-line UX overhaul (#8852) 2021-05-25 10:47:39 +10:00
nginxparser.py Allow nginx parser to handle empty file (#8895) 2021-06-11 09:21:52 +10: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 Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00