Merge pull request #1263 from kuba/fix-manual-indentation

Fix manual plugin __doc__ indentation
This commit is contained in:
bmw
2015-10-31 18:32:42 -07:00
+5 -4
View File
@@ -26,12 +26,13 @@ logger = logging.getLogger(__name__)
class Authenticator(common.Plugin):
"""Manual Authenticator.
This plugin requires user's manual intervention in setting up a HTTP
server for solving SimpleHTTP challenges and thus does not need to be
run as a privileged process. Alternatively shows instructions on how
to use Python's built-in HTTP server.
This plugin requires user's manual intervention in setting up a HTTP
server for solving SimpleHTTP challenges and thus does not need to
be run as a privileged process. Alternatively shows instructions on
how to use Python's built-in HTTP server.
.. todo:: Support for `~.challenges.DVSNI`.
"""
zope.interface.implements(interfaces.IAuthenticator)
zope.interface.classProvides(interfaces.IPluginFactory)