summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-23 15:55:10 -0500
committerBarry Warsaw2016-11-24 11:54:45 -0500
commit89a1d28e54979c6da50e7c780c95511da7e989a4 (patch)
tree310a91f0489fd2eb53ef615c2081577ff520e6a5
parentabbc6436ec580d424b2128a78f06b06ec6e7143c (diff)
downloadmailman-89a1d28e54979c6da50e7c780c95511da7e989a4.tar.gz
mailman-89a1d28e54979c6da50e7c780c95511da7e989a4.tar.zst
mailman-89a1d28e54979c6da50e7c780c95511da7e989a4.zip
-rw-r--r--setup.py1
-rw-r--r--src/mailman/testing/mta.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e1190aaa8..2d182cdc7 100644
--- a/setup.py
+++ b/setup.py
@@ -112,7 +112,6 @@ case second `m'. Any other spelling is incorrect.""",
'flufl.lock',
'httplib2',
'lazr.config',
- 'lazr.smtptest',
'nose2',
'passlib',
'requests',
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