summaryrefslogtreecommitdiff
path: root/src/mailman/rest/lists.py
diff options
context:
space:
mode:
authorBarry Warsaw2010-08-23 21:58:44 -0400
committerBarry Warsaw2010-08-23 21:58:44 -0400
commitea5836d0922db7e8935ecf62ae1b1ecde7da7785 (patch)
tree527bdf301b999ed0736cae67a6ce9eee000c6950 /src/mailman/rest/lists.py
parent537a9b8682565ebfa79aad0ed3e4efb6b89aa3f4 (diff)
downloadmailman-ea5836d0922db7e8935ecf62ae1b1ecde7da7785.tar.gz
mailman-ea5836d0922db7e8935ecf62ae1b1ecde7da7785.tar.zst
mailman-ea5836d0922db7e8935ecf62ae1b1ecde7da7785.zip
Diffstat (limited to 'src/mailman/rest/lists.py')
-rw-r--r--src/mailman/rest/lists.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/rest/lists.py b/src/mailman/rest/lists.py
index af5b3ced5..adbf4f176 100644
--- a/src/mailman/rest/lists.py
+++ b/src/mailman/rest/lists.py
@@ -37,8 +37,9 @@ from mailman.interfaces.listmanager import (
from mailman.interfaces.member import MemberRole
from mailman.rest.configuration import ListConfiguration
from mailman.rest.helpers import (
- CollectionMixin, Validator, etag, no_content, path_to, restish_matcher)
+ CollectionMixin, etag, no_content, path_to, restish_matcher)
from mailman.rest.members import AMember, MembersOfList
+from mailman.rest.validator import Validator