26 Feb
2009
26 Feb
'09
11:33 a.m.
Hey, Dan Korostelev wrote:
The "exclude" directive provided by zc.configuration package is easy to use and straightforward. I think it's used almost in every zope-based application setup.
I highly doubt so; I don't find myself using it a lot myself, for instance. :)
Its implementation is very small and fits great in zope.configuration's standard directives. So I'd like to propose to move it to zope.configuration and make it always available for ZMCL files, just like the "include" directive, so people would'nt need to install extra package and include an extra "meta.zcml" file before being able to use it.
+1 (note though that including an extra "meta.zcml" can be avoided if you make use of the z3c.autoinclude library) Regards, Martijn