summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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