diff options
| author | J08nY | 2017-06-22 14:12:05 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-22 14:12:05 +0200 |
| commit | c9d658b140ebaf77bce5474344824cc7845e5074 (patch) | |
| tree | ffa16de47ab52154d2c78102e9d1af18169984b4 /src/mailman_pgp/pgp/inline.py | |
| parent | f5bed5fbb876fb76c9a4e458795cdfb81e986bb6 (diff) | |
| download | mailman-pgp-c9d658b140ebaf77bce5474344824cc7845e5074.tar.gz mailman-pgp-c9d658b140ebaf77bce5474344824cc7845e5074.tar.zst mailman-pgp-c9d658b140ebaf77bce5474344824cc7845e5074.zip | |
Diffstat (limited to 'src/mailman_pgp/pgp/inline.py')
| -rw-r--r-- | src/mailman_pgp/pgp/inline.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman_pgp/pgp/inline.py b/src/mailman_pgp/pgp/inline.py index 92a7fdb..646d13a 100644 --- a/src/mailman_pgp/pgp/inline.py +++ b/src/mailman_pgp/pgp/inline.py @@ -20,8 +20,10 @@ from email.message import Message from pgpy import PGPKey, PGPMessage from pgpy.types import Armorable +from public import public +@public class InlineWrapper: def __init__(self, msg: Message): self.msg = msg |
