diff options
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 |
