From ebf4d37817c3dec6fc05193583176f6bff147691 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 29 Nov 2008 07:05:44 +0000 Subject: [PATCH] make __getitem__ of Loops and ViewManager objects accessible for public to allow virtual hosts reaching down to 'views/home' git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3016 fd906abe-77d9-0310-91a1-e0d9ade77398 --- configure.zcml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/configure.zcml b/configure.zcml index 9fcea79..7803ebd 100644 --- a/configure.zcml +++ b/configure.zcml @@ -26,11 +26,13 @@ - + + attributes="get __contains__ keys values items __iter__ __len__"/> +