From 89a1d28e54979c6da50e7c780c95511da7e989a4 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 23 Nov 2016 15:55:10 -0500 Subject: Start converting lazr.smtptest --- setup.py | 1 - src/mailman/testing/mta.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2