aboutsummaryrefslogtreecommitdiff
path: root/src/pgpmailman/runners/outgoing.py
diff options
context:
space:
mode:
authorJ08nY2017-06-04 03:19:32 +0200
committerJ08nY2017-06-04 03:19:32 +0200
commit2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5 (patch)
tree9f81746170edaf32302f95b565cd355ed5f8b95d /src/pgpmailman/runners/outgoing.py
parentc06af042f8992d8d6abb02a2795b6146c6f32a0e (diff)
downloadmailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.tar.gz
mailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.tar.zst
mailman-pgp-2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5.zip
Diffstat (limited to 'src/pgpmailman/runners/outgoing.py')
-rw-r--r--src/pgpmailman/runners/outgoing.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pgpmailman/runners/outgoing.py b/src/pgpmailman/runners/outgoing.py
index 6b23fe2..d7d74bc 100644
--- a/src/pgpmailman/runners/outgoing.py
+++ b/src/pgpmailman/runners/outgoing.py
@@ -1,9 +1,11 @@
+"""The encryption-aware outgoing runner"""
+
from mailman.core.runner import Runner
from public import public
@public
-class Outgoing(Runner):
+class OutgoingRunner(Runner):
def _dispose(self, mlist, msg, msgdata):
"""See `IRunner`."""
pass