diff options
| author | Barry Warsaw | 2012-03-05 13:03:34 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-05 13:03:34 -0500 |
| commit | f44d4e86d6c43f90268fcf3e0636212faf09578d (patch) | |
| tree | b406e43c452adef6f69a1cf6c62f4c2e381a93bc /src/mailman/mta | |
| parent | f4b98f8b8e8b9fdcab8c352019f09b1469c93b24 (diff) | |
| download | mailman-f44d4e86d6c43f90268fcf3e0636212faf09578d.tar.gz mailman-f44d4e86d6c43f90268fcf3e0636212faf09578d.tar.zst mailman-f44d4e86d6c43f90268fcf3e0636212faf09578d.zip | |
Diffstat (limited to 'src/mailman/mta')
| -rw-r--r-- | src/mailman/mta/base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/mta/base.py b/src/mailman/mta/base.py index 7873d66e9..8068eaec1 100644 --- a/src/mailman/mta/base.py +++ b/src/mailman/mta/base.py @@ -139,7 +139,6 @@ class IndividualDelivery(BaseDelivery): def __init__(self): """See `BaseDelivery`.""" - # super(IndividualDelivery, self).__init__() self.callbacks = [] |
