diff options
| author | J08nY | 2017-06-21 00:17:27 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-21 00:17:27 +0200 |
| commit | 12da4324fe8cddd738c2b2bdb8b0fad81ef89f69 (patch) | |
| tree | e0d8e088668304602c79f2001c343b5550e14ccf /src/mailman_pgp/pgp/inline.py | |
| parent | 1c76a2e1b22298d7664f4a9f04f73b084113b92d (diff) | |
| download | mailman-pgp-12da4324fe8cddd738c2b2bdb8b0fad81ef89f69.tar.gz mailman-pgp-12da4324fe8cddd738c2b2bdb8b0fad81ef89f69.tar.zst mailman-pgp-12da4324fe8cddd738c2b2bdb8b0fad81ef89f69.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 2eb6d43..437e29a 100644 --- a/src/mailman_pgp/pgp/inline.py +++ b/src/mailman_pgp/pgp/inline.py @@ -22,7 +22,7 @@ from pgpy import PGPKey, PGPMessage from pgpy.types import Armorable -class PGPInlineWrapper: +class InlineWrapper: def __init__(self, msg: Message): self.msg = msg |
