aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp
diff options
context:
space:
mode:
authorJ08nY2017-07-31 01:43:24 +0200
committerJ08nY2017-07-31 01:43:24 +0200
commit6d87f5b0c8c7e7a3f71e0c5d5392201b4e4769ff (patch)
treec4f69f0be8994cd3cc2f87ba87e583bea84a8a86 /src/mailman_pgp
parent57b39b5701dbac48eacfb904e00fbd9ba409317a (diff)
downloadmailman-pgp-6d87f5b0c8c7e7a3f71e0c5d5392201b4e4769ff.tar.gz
mailman-pgp-6d87f5b0c8c7e7a3f71e0c5d5392201b4e4769ff.tar.zst
mailman-pgp-6d87f5b0c8c7e7a3f71e0c5d5392201b4e4769ff.zip
Diffstat (limited to 'src/mailman_pgp')
-rw-r--r--src/mailman_pgp/rest/lists.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman_pgp/rest/lists.py b/src/mailman_pgp/rest/lists.py
index 3ff7756..bbe2e20 100644
--- a/src/mailman_pgp/rest/lists.py
+++ b/src/mailman_pgp/rest/lists.py
@@ -23,7 +23,6 @@ from mailman.rest.helpers import (accepted, bad_request,
child, CollectionMixin, etag, GetterSetter,
no_content, not_found, NotFound, okay)
from mailman.rest.validator import (enum_validator, PatchValidator,
- ReadOnlyPATCHRequestError,
UnknownPATCHRequestError, Validator)
from public import public
from zope.component import getUtility