mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:35:06 +02:00
Merge pull request #241 from letsencrypt/cleanup
Remove IAuthenticator from client.py
This commit is contained in:
@@ -42,7 +42,6 @@ class Client(object):
|
|||||||
:type config: :class:`~letsencrypt.client.interfaces.IConfig`
|
:type config: :class:`~letsencrypt.client.interfaces.IConfig`
|
||||||
|
|
||||||
"""
|
"""
|
||||||
zope.interface.implements(interfaces.IAuthenticator)
|
|
||||||
|
|
||||||
def __init__(self, config, authkey, dv_auth, installer):
|
def __init__(self, config, authkey, dv_auth, installer):
|
||||||
"""Initialize a client.
|
"""Initialize a client.
|
||||||
|
|||||||
Reference in New Issue
Block a user