network2 is not so much stub anymore

This commit is contained in:
Jakub Warmuz 2015-03-25 12:50:21 +00:00
parent 4eef08911a
commit a204574b02
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -185,8 +185,6 @@ class Network(object):
assert response.status_code == httplib.CREATED # TODO: handle errors
return self._authzr_from_response(response, identifier)
# TODO: anything below is also stub, bot not working, not tested at all
def answer_challenge(self, challr, response):
"""Answer challenge.