diff options
| author | Barry Warsaw | 2016-11-23 15:55:10 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-24 11:54:45 -0500 |
| commit | 89a1d28e54979c6da50e7c780c95511da7e989a4 (patch) | |
| tree | 310a91f0489fd2eb53ef615c2081577ff520e6a5 /src | |
| parent | abbc6436ec580d424b2128a78f06b06ec6e7143c (diff) | |
| download | mailman-89a1d28e54979c6da50e7c780c95511da7e989a4.tar.gz mailman-89a1d28e54979c6da50e7c780c95511da7e989a4.tar.zst mailman-89a1d28e54979c6da50e7c780c95511da7e989a4.zip | |
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 |
