1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Merge pull request #1182 from letsencrypt/standalone_description

Update standalone description
This commit is contained in:
schoen
2015-10-29 09:32:49 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ class PluginEntryPointTest(unittest.TestCase):
def test_description(self):
self.assertEqual(
"Automatically configure and run a simple webserver",
"Automatically use a temporary webserver",
self.plugin_ep.description)
def test_description_with_name(self):

View File

@@ -144,7 +144,7 @@ class Authenticator(common.Plugin):
zope.interface.implements(interfaces.IAuthenticator)
zope.interface.classProvides(interfaces.IPluginFactory)
description = "Automatically configure and run a simple webserver"
description = "Automatically use a temporary webserver"
def __init__(self, *args, **kwargs):
super(Authenticator, self).__init__(*args, **kwargs)