diff options
| author | Barry Warsaw | 2016-08-30 21:02:06 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-09-01 06:55:09 -0400 |
| commit | 84c0f9532ae20d0f5ee8a8ecd9a92e42925b174b (patch) | |
| tree | 8df7ada1e3eedfeca584062fbc3e5507e1b70ed7 /src/mailman/runners/tests/test_join.py | |
| parent | 975b5e0af2759e5fb7c6d10ddd4923127b7ec442 (diff) | |
| download | mailman-84c0f9532ae20d0f5ee8a8ecd9a92e42925b174b.tar.gz mailman-84c0f9532ae20d0f5ee8a8ecd9a92e42925b174b.tar.zst mailman-84c0f9532ae20d0f5ee8a8ecd9a92e42925b174b.zip | |
Checkpointing
Diffstat (limited to 'src/mailman/runners/tests/test_join.py')
| -rw-r--r-- | src/mailman/runners/tests/test_join.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/tests/test_join.py b/src/mailman/runners/tests/test_join.py index 7409c8e89..b565ca048 100644 --- a/src/mailman/runners/tests/test_join.py +++ b/src/mailman/runners/tests/test_join.py @@ -31,7 +31,7 @@ from mailman.testing.helpers import ( get_queue_messages, make_testable_runner, specialized_message_from_string as mfs) from mailman.testing.layers import ConfigLayer -from zope.component import getUtility, getAdapter +from zope.component import getAdapter, getUtility class TestJoin(unittest.TestCase): |
