13 Jul
2008
13 Jul
'08
5:47 p.m.
Paul Winkler wrote:
On Sun, Jul 13, 2008 at 01:20:53PM -0400, Philipp von Weitershausen wrote:
Jeff McNeil wrote:
I'd love to be able to just drop an egg on the file system and tell Zope "Here, go load that one now" via configuration alone. You could also write your own ZCML directive (+ a handler) that does that. Then you'd only ever have to change your application's site.zcml to load a new plugin.
There's also this: http://pypi.python.org/pypi/z3c.autoinclude
Yep, that only saves you the <include package="..." /> directive, though.