diff options
Diffstat (limited to 'src/mailman/commands/tests/test_control.py')
| -rw-r--r-- | src/mailman/commands/tests/test_control.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/tests/test_control.py b/src/mailman/commands/tests/test_control.py index b25c63185..26d921cd7 100644 --- a/src/mailman/commands/tests/test_control.py +++ b/src/mailman/commands/tests/test_control.py @@ -21,13 +21,13 @@ import os import sys import time import errno -import signal import shutil +import signal import socket import unittest from contextlib import ExitStack, suppress -from datetime import timedelta, datetime +from datetime import datetime, timedelta from mailman.commands.cli_control import Start, kill_watcher from mailman.config import Configuration, config from mailman.testing.helpers import configuration |
