Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-10-04 13:08:38 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-10-04 13:08:38 +0300
commit4ef7a6e63faf420cdc50b6ba6d4ceaeb1aac09a7 (patch)
tree1483398f5308e8f35528ed7f79d4ef7b31c4376e /setup.py
parent3c08b512c3b546528880a1353f6b8607307533a3 (diff)
parent74b2e3bc515b5f7e805883a26f1b0e47ed686098 (diff)
Merge remote-tracking branch 'github/letsencrypt/master' into release
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b1a5ada25..f3ef07f8d 100644
--- a/setup.py
+++ b/setup.py
@@ -125,7 +125,6 @@ setup(
],
'letsencrypt.plugins': [
'manual = letsencrypt.plugins.manual:Authenticator',
- # TODO: null should probably not be presented to the user
'null = letsencrypt.plugins.null:Installer',
'standalone = letsencrypt.plugins.standalone.authenticator'
':StandaloneAuthenticator',