Rewrap after errors rename, doc fixes.

This commit is contained in:
Jakub Warmuz
2015-06-22 22:43:42 +00:00
parent cfa7e28106
commit 57f67c4109
24 changed files with 109 additions and 158 deletions
+3 -5
View File
@@ -60,7 +60,7 @@ class AuthHandler(object):
form of (`completed`, `failed`)
:rtype: tuple
:raises AuthorizationError: If unable to retrieve all
:raises .AuthorizationError: If unable to retrieve all
authorizations
"""
@@ -296,8 +296,7 @@ class AuthHandler(object):
:class:`letsencrypt.achallenges.Indexed`
:rtype: tuple
:raises errors.Error: If Challenge type is not
recognized
:raises .errors.Error: if challenge type is not recognized
"""
dv_chall = []
@@ -354,8 +353,7 @@ def challb_to_achall(challb, key, domain):
else:
raise errors.Error(
"Received unsupported challenge of type: %s",
chall.typ)
"Received unsupported challenge of type: %s", chall.typ)
def gen_challenge_path(challbs, preferences, combinations):