diff options
| author | J08nY | 2017-06-02 16:33:20 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-02 16:35:03 +0200 |
| commit | ecc08d6286a57fcd20e48f6142f5810058b890de (patch) | |
| tree | c914d207421425031980574fcea4f76824dcfac5 /src/pgpmailman/runners/outgoing.py | |
| parent | fb0202ba476d87648736a4546e34644c7e96b6aa (diff) | |
| download | mailman-pgp-ecc08d6286a57fcd20e48f6142f5810058b890de.tar.gz mailman-pgp-ecc08d6286a57fcd20e48f6142f5810058b890de.tar.zst mailman-pgp-ecc08d6286a57fcd20e48f6142f5810058b890de.zip | |
Diffstat (limited to 'src/pgpmailman/runners/outgoing.py')
| -rw-r--r-- | src/pgpmailman/runners/outgoing.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pgpmailman/runners/outgoing.py b/src/pgpmailman/runners/outgoing.py new file mode 100644 index 0000000..6b23fe2 --- /dev/null +++ b/src/pgpmailman/runners/outgoing.py @@ -0,0 +1,9 @@ +from mailman.core.runner import Runner +from public import public + + +@public +class Outgoing(Runner): + def _dispose(self, mlist, msg, msgdata): + """See `IRunner`.""" + pass |
