1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

Merge pull request #241 from letsencrypt/cleanup

Remove IAuthenticator from client.py
This commit is contained in:
James Kasten
2015-02-11 22:22:17 -08:00

View File

@@ -42,7 +42,6 @@ class Client(object):
:type config: :class:`~letsencrypt.client.interfaces.IConfig`
"""
zope.interface.implements(interfaces.IAuthenticator)
def __init__(self, config, authkey, dv_auth, installer):
"""Initialize a client.