PEP8 cleanups, E501.

This commit is contained in:
Roberto Rosario
2015-07-23 04:05:29 -04:00
parent 0a0a92116e
commit 3b728328ad
48 changed files with 613 additions and 176 deletions

View File

@@ -41,7 +41,10 @@ SIGNATURE_STATES = {
'text': _('Signature error.'),
},
SIGNATURE_STATE_NO_PUBLIC_KEY: {
'text': _('Document is signed but no public key is available for verification.'),
'text': _(
'Document is signed but no public key is available for '
'verification.'
),
},
SIGNATURE_STATE_GOOD: {
'text': _('Document is signed, and signature is good.'),