mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 06:06:55 -04:00
* 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. |
||
|---|---|---|
| .. | ||
| certbot_compatibility_test | ||
| nginx | ||
| Dockerfile | ||
| Dockerfile-apache | ||
| Dockerfile-nginx | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
Compatibility tests for Certbot