summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_owner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/tests/test_owner.py')
-rw-r--r--src/mailman/runners/tests/test_owner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/runners/tests/test_owner.py b/src/mailman/runners/tests/test_owner.py
index 48ccaaba0..1aa430b28 100644
--- a/src/mailman/runners/tests/test_owner.py
+++ b/src/mailman/runners/tests/test_owner.py
@@ -29,11 +29,11 @@ from mailman.config import config
from mailman.database.transaction import transaction
from mailman.interfaces.member import MemberRole
from mailman.interfaces.usermanager import IUserManager
-from mailman.testing.helpers import (
- TestableMaster, get_lmtp_client, make_testable_runner)
from mailman.runners.incoming import IncomingRunner
from mailman.runners.outgoing import OutgoingRunner
from mailman.runners.pipeline import PipelineRunner
+from mailman.testing.helpers import (
+ TestableMaster, get_lmtp_client, make_testable_runner)
from mailman.testing.layers import SMTPLayer
from operator import itemgetter
from zope.component import getUtility