summaryrefslogtreecommitdiff
path: root/src/mailman/chains/tests/test_headers.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-04-01 17:17:00 -0400
committerBarry Warsaw2016-04-01 17:17:00 -0400
commit41ca73754450ad0a55e9ca6a009c64b8d78f5b8b (patch)
treeb3a21e7c89bbf4ea54b15b599a3148935a1c43ab /src/mailman/chains/tests/test_headers.py
parentb87447ffe4a20793e22884a99a7f9afe3a803004 (diff)
downloadmailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.tar.gz
mailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.tar.zst
mailman-41ca73754450ad0a55e9ca6a009c64b8d78f5b8b.zip
Diffstat (limited to 'src/mailman/chains/tests/test_headers.py')
-rw-r--r--src/mailman/chains/tests/test_headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/chains/tests/test_headers.py b/src/mailman/chains/tests/test_headers.py
index 246462d5f..9c3cc1b40 100644
--- a/src/mailman/chains/tests/test_headers.py
+++ b/src/mailman/chains/tests/test_headers.py
@@ -24,7 +24,7 @@ from mailman.chains.headers import HeaderMatchRule, make_link
from mailman.config import config
from mailman.core.chains import process
from mailman.email.message import Message
-from mailman.interfaces.chain import LinkAction, HoldEvent, DiscardEvent
+from mailman.interfaces.chain import DiscardEvent, HoldEvent, LinkAction
from mailman.interfaces.mailinglist import IHeaderMatchList
from mailman.testing.helpers import (
LogFileMark, configuration, event_subscribers,