summaryrefslogtreecommitdiff
path: root/src/mailman/rest/header_matches.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-29 18:51:05 -0500
committerBarry Warsaw2016-11-29 18:51:05 -0500
commitfe22ebdb98d125db840c980cbd953a8fbc2e5cdf (patch)
tree3673d5edcb84b8ff3a81950e8606491f1132fed3 /src/mailman/rest/header_matches.py
parentcb498d3e960af6c741fac9896d8a60bab9f79865 (diff)
downloadmailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.gz
mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.tar.zst
mailman-fe22ebdb98d125db840c980cbd953a8fbc2e5cdf.zip
Diffstat (limited to 'src/mailman/rest/header_matches.py')
-rw-r--r--src/mailman/rest/header_matches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/header_matches.py b/src/mailman/rest/header_matches.py
index 25c519ef3..13dad97ad 100644
--- a/src/mailman/rest/header_matches.py
+++ b/src/mailman/rest/header_matches.py
@@ -17,13 +17,13 @@
"""REST API for a mailing list's header matches."""
-from mailman import public
from mailman.interfaces.action import Action
from mailman.interfaces.mailinglist import IHeaderMatchList
from mailman.rest.helpers import (
CollectionMixin, bad_request, child, created, etag, no_content, not_found,
okay)
from mailman.rest.validator import Validator, enum_validator
+from public import public
def lowercase(value):