summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2010-01-01 02:58:39 -0500
committerBarry Warsaw2010-01-01 02:58:39 -0500
commit0b9fdd2a3927ecb9d88275846af87fd326feb659 (patch)
treeed314183ef0393eb951ccd192a0d10db47c3251b
parent593339ca7550a5dcc42d858ceb39f878af24f6e5 (diff)
downloadmailman-0b9fdd2a3927ecb9d88275846af87fd326feb659.tar.gz
mailman-0b9fdd2a3927ecb9d88275846af87fd326feb659.tar.zst
mailman-0b9fdd2a3927ecb9d88275846af87fd326feb659.zip
Add a comment
-rw-r--r--src/mailman/rest/configure.zcml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/rest/configure.zcml b/src/mailman/rest/configure.zcml
index b12d42f46..fff1b5bac 100644
--- a/src/mailman/rest/configure.zcml
+++ b/src/mailman/rest/configure.zcml
@@ -14,6 +14,11 @@
<webservice:register module="mailman.interfaces.rest" />
<webservice:register module="mailman.interfaces.system" />
+ <!-- XXX 2010-01-01 This can't be included without breaking
+ zope.configuration
+ <webservice:register module="mailman.interfaces.member" />
+ -->
+
<adapter factory="zope.publisher.http.HTTPCharsets" />
<adapter