certbot/certbot-ci/certbot_integration_tests/nginx_tests
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
..
__init__.py [Unix] Create a framework for certbot integration tests: PART 1 (#6578) 2019-03-01 13:18:06 -08:00
context.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
nginx_config.py nginx: fix Unicode crash on Python 2 (#8480) 2020-11-27 18:15:27 +01:00
test_main.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00