make loops package work with BlueBream 1.0: system running

This commit is contained in:
Helmut Merz 2011-09-29 22:27:40 +02:00
parent b327062492
commit 198b0f10c2
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<zope:class class="cybertools.catalog.keyword.KeywordIndex">
<!--<zope:class class="cybertools.catalog.keyword.KeywordIndex">
<require permission="zope.ManageServices"
interface="zope.app.catalog.interfaces.IAttributeIndex
zope.index.interfaces.IStatistics"
@ -37,6 +37,6 @@
fields="interface field_name field_callable"
permission="zope.ManageServices"
menu="zmi_views" title="Configuration"
/>
/>-->
</configure>

View file

@ -23,7 +23,9 @@ setup(name='cybertools',
'PIL',
'zope.app.catalog',
'zope.app.file',
'zope.app.intid',
'zope.app.preview',
'zope.app.renderer',
'zope.app.session',
'zope.sendmail',
],