summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_control.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-03-27 22:14:47 -0400
committerBarry Warsaw2016-03-27 22:14:47 -0400
commit532045c68c6325fa90d74572b6c035c666470849 (patch)
treee5acc8183a22cb03ac30d155675904fb23ca05fb /src/mailman/commands/tests/test_control.py
parentd13e7ece87ceefadcb5273e93e5b0caeade0e600 (diff)
downloadmailman-532045c68c6325fa90d74572b6c035c666470849.tar.gz
mailman-532045c68c6325fa90d74572b6c035c666470849.tar.zst
mailman-532045c68c6325fa90d74572b6c035c666470849.zip
Diffstat (limited to 'src/mailman/commands/tests/test_control.py')
-rw-r--r--src/mailman/commands/tests/test_control.py4
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