~mwhudson/launchpad/no-hosted-area-make-puller-call-branchChanged

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/doc/emailauthentication.txt

[r=bac][ui=none] Update sourcedeps.conf to use pygpgme r49 and fix
        some test failures caused by that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    ...     msg.signedContent, msg.signature)
117
117
    Traceback (most recent call last):
118
118
    ...
119
 
    GPGVerificationError: (7, 8, 'Bad signature')
 
119
    GPGVerificationError: (7, 8, u'Bad signature')
120
120
 
121
121
    >>> getUtility(IGPGHandler).getVerifiedSignature(
122
122
    ...     msg.signedContent.replace('\n', '\r\n'), msg.signature)