certbot/letsencrypt/client
Alex Gaynor 6011453a14 Replaced tabs with spaces and removed usage of several deprecated features:
* dict.has_key -> `in` operator
* backticks -> repr

Also removed trailing newlines from a few files.

flake8 --select='W' no longer reports any issues
2014-11-18 17:01:31 -08:00
..
schemata use JSON Schema schemata for ACME protocol validation 2014-11-17 14:50:01 -08:00
.ca_offerings Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
.gitignore Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
__init__.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
acme.py Replaced tabs with spaces and removed usage of several deprecated features: 2014-11-18 17:01:31 -08:00
ca_offerings Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
challenge.py Replaced tabs with spaces and removed usage of several deprecated features: 2014-11-18 17:01:31 -08:00
choc_cert_extensions.cnf Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
client.py Replaced tabs with spaces and removed usage of several deprecated features: 2014-11-18 17:01:31 -08:00
CONFIG.py Replaced tabs with spaces and removed usage of several deprecated features: 2014-11-18 17:01:31 -08:00
configurator.py Replaced tabs with spaces and removed usage of several deprecated features: 2014-11-18 17:01:31 -08:00
crypto_util.py Removed trailing whitespace as well as unused imports 2014-11-18 16:41:13 -08:00
display.py Removed trailing whitespace as well as unused imports 2014-11-18 16:41:13 -08:00
interactive_challenge.py Removed trailing whitespace as well as unused imports 2014-11-18 16:41:13 -08:00
le_util.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
logger.py Replaced tabs with spaces and removed usage of several deprecated features: 2014-11-18 17:01:31 -08:00
options-ssl.conf update options-ssl.conf 2014-11-18 12:00:14 -08:00
payment_challenge.py Replaced tabs with spaces and removed usage of several deprecated features: 2014-11-18 17:01:31 -08:00
recovery_contact_challenge.py Removed trailing whitespace as well as unused imports 2014-11-18 16:41:13 -08:00
recovery_token_challenge.py Removed trailing whitespace as well as unused imports 2014-11-18 16:41:13 -08:00
setup.sh Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00
sni_challenge.py Removed trailing whitespace as well as unused imports 2014-11-18 16:41:13 -08:00
validator.py Renamed client strings/file names plus a few small changes 2014-11-11 23:21:36 -08:00