Add missing docstring

This commit is contained in:
Jakub Warmuz
2015-10-04 19:27:47 +00:00
parent 827c66c667
commit 4d25cabfe2
+1
View File
@@ -176,6 +176,7 @@ class Authenticator(common.Plugin):
@property
def supported_challenges(self):
"""Challenges supported by this plugin."""
return set(challenges.Challenge.TYPES[name] for name in
self.conf("supported-challenges").split(","))