diff options
| author | Barry Warsaw | 2016-11-29 18:51:05 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-29 18:51:05 -0500 |
| commit | fe22ebdb98d125db840c980cbd953a8fbc2e5cdf (patch) | |
| tree | 3673d5edcb84b8ff3a81950e8606491f1132fed3 /src/mailman/mta/bulk.py | |
| parent | cb498d3e960af6c741fac9896d8a60bab9f79865 (diff) | |
| download | mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.gz mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.zst mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.zip | |
Diffstat (limited to 'src/mailman/mta/bulk.py')
| -rw-r--r-- | src/mailman/mta/bulk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/mta/bulk.py b/src/mailman/mta/bulk.py index 1741e0d4c..91b04957a 100644 --- a/src/mailman/mta/bulk.py +++ b/src/mailman/mta/bulk.py @@ -17,8 +17,8 @@ """Bulk message delivery.""" -from mailman import public from mailman.mta.base import BaseDelivery +from public import public # A mapping of top-level domains to bucket numbers. The zeroth bucket is |
