diff options
| author | J08nY | 2017-06-21 18:29:02 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-21 18:29:02 +0200 |
| commit | 16ef2af65c160872d7cc1243199ed2dc4646ccba (patch) | |
| tree | b7d03eaee32d597be1d7d351e8ce16db98b0799a /src/mailman_pgp/pgp/inline.py | |
| parent | 89b07e34b41838ab09209879eed1ae29370f319e (diff) | |
| download | mailman-pgp-16ef2af65c160872d7cc1243199ed2dc4646ccba.tar.gz mailman-pgp-16ef2af65c160872d7cc1243199ed2dc4646ccba.tar.zst mailman-pgp-16ef2af65c160872d7cc1243199ed2dc4646ccba.zip | |
Diffstat (limited to 'src/mailman_pgp/pgp/inline.py')
| -rw-r--r-- | src/mailman_pgp/pgp/inline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/inline.py b/src/mailman_pgp/pgp/inline.py index 92a7fdb..da4ea36 100644 --- a/src/mailman_pgp/pgp/inline.py +++ b/src/mailman_pgp/pgp/inline.py @@ -18,7 +18,7 @@ """Strict inline PGP message wrapper.""" from email.message import Message -from pgpy import PGPKey, PGPMessage +from pgpy import PGPKey, PGPMessage, PGPSignature from pgpy.types import Armorable |
