diff options
| author | Barry Warsaw | 2016-02-29 21:51:04 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-02-29 21:52:13 -0500 |
| commit | 5505a9208581a9b0b015e78f61db12e645847189 (patch) | |
| tree | 91a1278ec21c8ba4f84c9fffa3761c4772be3614 /src/mailman/rest/lists.py | |
| parent | 0699f9dcb8680ea99346f915680903a3c6f25318 (diff) | |
| download | mailman-5505a9208581a9b0b015e78f61db12e645847189.tar.gz mailman-5505a9208581a9b0b015e78f61db12e645847189.tar.zst mailman-5505a9208581a9b0b015e78f61db12e645847189.zip | |
Diffstat (limited to 'src/mailman/rest/lists.py')
| -rw-r--r-- | src/mailman/rest/lists.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/rest/lists.py b/src/mailman/rest/lists.py index 1ef077243..0273c5d3a 100644 --- a/src/mailman/rest/lists.py +++ b/src/mailman/rest/lists.py @@ -52,7 +52,6 @@ from mailman.rest.validator import Validator from zope.component import getUtility - def member_matcher(request, segments): """A matcher of member URLs inside mailing lists. @@ -98,7 +97,6 @@ def config_matcher(request, segments): return None - class _ListBase(CollectionMixin): """Shared base class for mailing list representations.""" @@ -215,7 +213,6 @@ class AList(_ListBase): return HeaderMatches(self._mlist) - class AllLists(_ListBase): """The mailing lists.""" @@ -241,7 +238,6 @@ class AllLists(_ListBase): okay(response, etag(resource)) - class MembersOfList(MemberCollection): """The members of a mailing list.""" @@ -275,7 +271,6 @@ class ListsForDomain(_ListBase): return list(self._domain.mailing_lists) - class ArchiverGetterSetter(GetterSetter): """Resource for updating archiver statuses.""" @@ -328,7 +323,6 @@ class ListArchivers: self.patch_put(request, response, is_optional=True) - class ListDigest: """Simple resource representing actions on a list's digest.""" @@ -363,7 +357,6 @@ class ListDigest: accepted(response) - class Styles: """Simple resource representing all list styles.""" |
