diff options
| author | Barry Warsaw | 2016-01-26 15:32:19 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-01-26 15:32:19 -0500 |
| commit | 802ce668e67f51f904c69fdab2f5565a73c15e8a (patch) | |
| tree | 8ec85559627422b0b13b520cacdc8a776aeee640 /src/mailman/runners/outgoing.py | |
| parent | 57a07393e984dbbc356bc05f0c6801ffe1536b47 (diff) | |
| download | mailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.tar.gz mailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.tar.zst mailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.zip | |
Diffstat (limited to 'src/mailman/runners/outgoing.py')
| -rw-r--r-- | src/mailman/runners/outgoing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/outgoing.py b/src/mailman/runners/outgoing.py index 5ffca2595..98c484e3f 100644 --- a/src/mailman/runners/outgoing.py +++ b/src/mailman/runners/outgoing.py @@ -54,7 +54,7 @@ class OutgoingRunner(Runner): """The outgoing runner.""" def __init__(self, slice=None, numslices=1): - super(OutgoingRunner, self).__init__(slice, numslices) + super().__init__(slice, numslices) # We look this function up only at startup time. self._func = find_name(config.mta.outgoing) # This prevents smtp server connection problems from filling up the |
