standalone_description += pde_feedback

This commit is contained in:
Brad Warren
2015-10-28 19:13:41 -07:00
parent 64073b234a
commit df2ba1ba46
+1 -1
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)