aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/inline.py
diff options
context:
space:
mode:
authorJ08nY2017-06-21 00:17:27 +0200
committerJ08nY2017-06-21 00:17:27 +0200
commit12da4324fe8cddd738c2b2bdb8b0fad81ef89f69 (patch)
treee0d8e088668304602c79f2001c343b5550e14ccf /src/mailman_pgp/pgp/inline.py
parent1c76a2e1b22298d7664f4a9f04f73b084113b92d (diff)
downloadmailman-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.py2
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