diff options
| author | Barry Warsaw | 2016-11-23 15:55:10 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-23 15:55:10 -0500 |
| commit | 12bbdc36a0450d94830c763bd41e364e1dbff9b3 (patch) | |
| tree | 780642857afca6eabb132103b0d5b1df31c5b3c0 /src | |
| parent | 8482762a1c6534a3efc07e62ae323893ea6e7a2a (diff) | |
| download | mailman-12bbdc36a0450d94830c763bd41e364e1dbff9b3.tar.gz mailman-12bbdc36a0450d94830c763bd41e364e1dbff9b3.tar.zst mailman-12bbdc36a0450d94830c763bd41e364e1dbff9b3.zip | |
Start converting lazr.smtptest
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/testing/mta.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/testing/mta.py b/src/mailman/testing/mta.py index c1327f428..b1e62648c 100644 --- a/src/mailman/testing/mta.py +++ b/src/mailman/testing/mta.py @@ -19,6 +19,7 @@ import logging +from aiosmtpd.controller import Controller from lazr.smtptest.controller import QueueController from lazr.smtptest.server import Channel, QueueServer from mailman import public |
