diff options
| author | Barry Warsaw | 2010-01-01 02:58:39 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-01-01 02:58:39 -0500 |
| commit | 0b9fdd2a3927ecb9d88275846af87fd326feb659 (patch) | |
| tree | ed314183ef0393eb951ccd192a0d10db47c3251b | |
| parent | 593339ca7550a5dcc42d858ceb39f878af24f6e5 (diff) | |
| download | mailman-0b9fdd2a3927ecb9d88275846af87fd326feb659.tar.gz mailman-0b9fdd2a3927ecb9d88275846af87fd326feb659.tar.zst mailman-0b9fdd2a3927ecb9d88275846af87fd326feb659.zip | |
Add a comment
| -rw-r--r-- | src/mailman/rest/configure.zcml | 5 |
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 |
