diff options
Diffstat (limited to 'src/mailman/runners/tests/test_nntp.py')
| -rw-r--r-- | src/mailman/runners/tests/test_nntp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/tests/test_nntp.py b/src/mailman/runners/tests/test_nntp.py index 6f3994c75..bfa87e942 100644 --- a/src/mailman/runners/tests/test_nntp.py +++ b/src/mailman/runners/tests/test_nntp.py @@ -23,7 +23,6 @@ __all__ = [ ] -import mock import socket import nntplib import unittest @@ -36,6 +35,7 @@ from mailman.testing.helpers import ( LogFileMark, configuration, get_queue_messages, make_testable_runner, specialized_message_from_string as mfs) from mailman.testing.layers import ConfigLayer +from unittest import mock |
