certbot/certbot-apache
Mads Jensen 501df0dc4e
Use in dict rather than "in dict.keys()". Fix linting warnings about "not in". (#8298)
* Fixed a few linting warnings for if not x in y.

These should have been caught by pylint, but weren't.

* Replaced "x in y.keys()" with "x in y".

It's much faster, and more Pythonic.
2020-09-19 11:35:49 +02:00
..
certbot_apache Use in dict rather than "in dict.keys()". Fix linting warnings about "not in". (#8298) 2020-09-19 11:35:49 +02:00
tests Use in dict rather than "in dict.keys()". Fix linting warnings about "not in". (#8298) 2020-09-19 11:35:49 +02:00
LICENSE.txt s/letsencrypt/certbot letsencrypt-apache 2016-04-13 16:30:57 -07:00
local-oldest-requirements.txt Release 1.6.0 2020-07-07 10:33:13 -07:00
MANIFEST.in Disable TLS session tickets in Apache (#7771) 2020-03-23 16:49:52 -07:00
README.rst s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
setup.cfg Tell the world we're Python 3 compatible (#4568) 2017-04-28 16:06:45 -07:00
setup.py Remove deprecated python setup.py test call and update packager guide (#8262) 2020-09-10 15:57:59 -07:00

Apache plugin for Certbot