diff options
Diffstat (limited to 'src/mailman/rest/lists.py')
| -rw-r--r-- | src/mailman/rest/lists.py | 3 |
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 |
