This commit is contained in:
Jakub Warmuz 2015-07-07 07:21:48 +00:00
parent e05b10974c
commit 9a9f91b4ee
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -66,7 +66,7 @@ class ProofOfPossession(object): # pylint: disable=too-few-public-methods
# Is there are different prompt we should give the user?
code, key = zope.component.getUtility(
interfaces.IDisplay).input(
"QPath to private key for identifier: %s " % achall.domain)
"Path to private key for identifier: %s " % achall.domain)
if code != display_util.CANCEL:
return self._gen_response(achall, key)