1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
certbot/acme
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
..
2021-04-08 13:04:51 -07:00
2021-02-09 11:29:31 +01:00
2019-12-09 15:50:20 -05:00
2021-04-08 13:04:51 -07:00
2018-06-12 17:31:22 -07:00
2015-10-21 17:06:35 -07:00
2016-01-21 10:11:23 +01:00
2021-04-06 10:24:35 -07:00

ACME protocol implementation in Python