mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Fix typo in examples
This commit is contained in:
@@ -20,7 +20,7 @@ class Authenticator(common.Plugin):
|
|||||||
# "self" as first argument, e.g. def prepare(self)...
|
# "self" as first argument, e.g. def prepare(self)...
|
||||||
|
|
||||||
|
|
||||||
class Installer(common.Plugins):
|
class Installer(common.Plugin):
|
||||||
"""Example Installer."""
|
"""Example Installer."""
|
||||||
zope.interface.implements(interfaces.IInstaller)
|
zope.interface.implements(interfaces.IInstaller)
|
||||||
zope.interface.classProvides(interfaces.IPluginFactory)
|
zope.interface.classProvides(interfaces.IPluginFactory)
|
||||||
|
|||||||
Reference in New Issue
Block a user