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-09-28 00:27:36 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-28 22:08:57 +0300
commit315b3577811fba3d3a540c22cc2f6bf772fb98af (patch)
treeafba9557125b37008d1683c2082ba6beeeec6601 /setup.py
parent928fa7bae07e3d5f35557bec2d2d334c2612a16b (diff)
Hide null installer (fixes #789).
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 c568d2872..8f75aff03 100644
--- a/setup.py
+++ b/setup.py
@@ -118,7 +118,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',