Stop calling things that don't implement IAuthenticator authenticators.

This commit is contained in:
Erik Rose
2015-11-25 12:44:17 -05:00
parent 8147216f1a
commit e75dc96559
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ class Addr(object):
class TLSSNI01(object):
"""Abstract base for TLS-SNI-01 authenticators"""
"""Abstract base for TLS-SNI-01 challenge performers"""
def __init__(self, configurator):
self.configurator = configurator