29 Sep
2009
29 Sep
'09
12:22 p.m.
On Tue, Sep 29, 2009 at 01:33:21PM +0200, Hanno Schlichting wrote:
Is there any reason you don't just ignore the configure.zcml in that package?
Nobody forces you to load the zcml file. The whole point of having these policies in zcml is to be able to ignore or override them easily.
Good point, thanks! I haven't looked at the configure.zcml for zope.catalog previously. In fact the config for zope.catalog is split into several files, so it's very easy to leave out the subscribers but include the rest. Albertas