make loops package work with BlueBream 1.0: system running
This commit is contained in:
parent
b327062492
commit
198b0f10c2
2 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
xmlns:browser="http://namespaces.zope.org/browser"
|
xmlns:browser="http://namespaces.zope.org/browser"
|
||||||
i18n_domain="zope">
|
i18n_domain="zope">
|
||||||
|
|
||||||
<zope:class class="cybertools.catalog.keyword.KeywordIndex">
|
<!--<zope:class class="cybertools.catalog.keyword.KeywordIndex">
|
||||||
<require permission="zope.ManageServices"
|
<require permission="zope.ManageServices"
|
||||||
interface="zope.app.catalog.interfaces.IAttributeIndex
|
interface="zope.app.catalog.interfaces.IAttributeIndex
|
||||||
zope.index.interfaces.IStatistics"
|
zope.index.interfaces.IStatistics"
|
||||||
|
@ -37,6 +37,6 @@
|
||||||
fields="interface field_name field_callable"
|
fields="interface field_name field_callable"
|
||||||
permission="zope.ManageServices"
|
permission="zope.ManageServices"
|
||||||
menu="zmi_views" title="Configuration"
|
menu="zmi_views" title="Configuration"
|
||||||
/>
|
/>-->
|
||||||
|
|
||||||
</configure>
|
</configure>
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -23,7 +23,9 @@ setup(name='cybertools',
|
||||||
'PIL',
|
'PIL',
|
||||||
'zope.app.catalog',
|
'zope.app.catalog',
|
||||||
'zope.app.file',
|
'zope.app.file',
|
||||||
|
'zope.app.intid',
|
||||||
'zope.app.preview',
|
'zope.app.preview',
|
||||||
|
'zope.app.renderer',
|
||||||
'zope.app.session',
|
'zope.app.session',
|
||||||
'zope.sendmail',
|
'zope.sendmail',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue