summaryrefslogtreecommitdiff
path: root/src/mailman/model/requests.py
diff options
context:
space:
mode:
authorAurélien Bompard2015-12-02 10:30:59 +0100
committerBarry Warsaw2015-12-16 11:04:25 -0500
commit30611aa0d445bc5e19ce37f6b01289f9cc2b7f0b (patch)
tree2bebcd25549b9f8200137f1c49483828d65a88ef /src/mailman/model/requests.py
parented9efb350c7629be2b8f1fe509c74e5dca6935f0 (diff)
downloadmailman-30611aa0d445bc5e19ce37f6b01289f9cc2b7f0b.tar.gz
mailman-30611aa0d445bc5e19ce37f6b01289f9cc2b7f0b.tar.zst
mailman-30611aa0d445bc5e19ce37f6b01289f9cc2b7f0b.zip
Diffstat (limited to 'src/mailman/model/requests.py')
-rw-r--r--src/mailman/model/requests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/model/requests.py b/src/mailman/model/requests.py
index e984d0aea..f9cbf69b3 100644
--- a/src/mailman/model/requests.py
+++ b/src/mailman/model/requests.py
@@ -41,6 +41,8 @@ from zope.interface import implementer
class DataPendable(dict):
"""See `IPendable`."""
+ PEND_TYPE = 'data'
+
def update(self, mapping):
# Keys and values must be strings (unicodes, but bytes values are
# accepted for now). Any other types for keys are a programming