diff options
| author | J08nY | 2017-06-19 23:55:24 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-19 23:55:24 +0200 |
| commit | cb9faf28501d3748135700285a4cbdedfb6c6d5b (patch) | |
| tree | a9180471eb8600eff72312835ec35c0232a523b7 /src/mailman_pgp/pgp/mime.py | |
| parent | 625d264965f91dfefd301b361524d13b64901c7a (diff) | |
| download | mailman-pgp-cb9faf28501d3748135700285a4cbdedfb6c6d5b.tar.gz mailman-pgp-cb9faf28501d3748135700285a4cbdedfb6c6d5b.tar.zst mailman-pgp-cb9faf28501d3748135700285a4cbdedfb6c6d5b.zip | |
Diffstat (limited to 'src/mailman_pgp/pgp/mime.py')
| -rw-r--r-- | src/mailman_pgp/pgp/mime.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/pgp/mime.py b/src/mailman_pgp/pgp/mime.py index 26d5ddc..2631ef5 100644 --- a/src/mailman_pgp/pgp/mime.py +++ b/src/mailman_pgp/pgp/mime.py @@ -25,8 +25,8 @@ class PGPMIMEWrapper: content_subtype = self.msg.get_content_subtype() return second_type == 'application/pgp-signature' and \ - content_subtype == 'signed' and \ - protocol_param == 'application/pgp-signature' + content_subtype == 'signed' and \ + protocol_param == 'application/pgp-signature' def is_mime_encrypted(self): """ |
