mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Use zope decorators
This makes it compatible with python3.
This commit is contained in:
@@ -16,9 +16,9 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
TTL = 30
|
||||
|
||||
@zope.interface.implementer(interfaces.IAuthenticator)
|
||||
@zope.interface.provider(interfaces.IPluginFactory)
|
||||
class Authenticator(common.Plugin):
|
||||
zope.interface.implements(interfaces.IAuthenticator)
|
||||
zope.interface.classProvides(interfaces.IPluginFactory)
|
||||
|
||||
description = "Route53 Authenticator"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user