From babcebdcfd635e6b9d789b187107439d78c77f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 6 May 2016 09:24:29 +0200 Subject: [PATCH] add generic setup module stanza --- tabellio/pfbviews/configure.zcml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tabellio/pfbviews/configure.zcml b/tabellio/pfbviews/configure.zcml index 422c7a6..6fdcbe5 100644 --- a/tabellio/pfbviews/configure.zcml +++ b/tabellio/pfbviews/configure.zcml @@ -4,6 +4,7 @@ xmlns:grok="http://namespaces.zope.org/grok" xmlns:browser="http://namespaces.zope.org/browser" xmlns:i18n="http://namespaces.zope.org/i18n" + xmlns:genericsetup="http://namespaces.zope.org/genericsetup" i18n_domain="tabellio.pfbviews"> @@ -72,4 +73,12 @@ permission="zope2.View" /> + +