diff options
| author | Barry Warsaw | 2016-11-24 11:01:34 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-24 11:01:34 -0500 |
| commit | ecb187b9bf851d39f964a90db9c68ab99ec37d3f (patch) | |
| tree | ffff9a2da87709839dfbe4cfa9b14c1896faea68 /src/mailman/testing/mta.py | |
| parent | e81e0e55c003c03b165dfd94b989ad2ce9249e1f (diff) | |
| download | mailman-ecb187b9bf851d39f964a90db9c68ab99ec37d3f.tar.gz mailman-ecb187b9bf851d39f964a90db9c68ab99ec37d3f.tar.zst mailman-ecb187b9bf851d39f964a90db9c68ab99ec37d3f.zip | |
Remove some unnecessary code and update a comment.
Diffstat (limited to 'src/mailman/testing/mta.py')
| -rw-r--r-- | src/mailman/testing/mta.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mailman/testing/mta.py b/src/mailman/testing/mta.py index f7a6a9806..129ed1d1f 100644 --- a/src/mailman/testing/mta.py +++ b/src/mailman/testing/mta.py @@ -18,7 +18,6 @@ """Fake MTA for testing purposes.""" import asyncio -import logging import smtplib from aiosmtpd.controller import Controller @@ -30,9 +29,6 @@ from queue import Empty, Queue from zope.interface import implementer -log = logging.getLogger('lazr.smtptest') - - @public @implementer(IMailTransportAgentLifecycle) class FakeMTA: |
