4 Aug
2010
4 Aug
'10
9:06 a.m.
On Wed, Aug 4, 2010 at 10:55 AM, Chris Withers <chris@simplistix.co.uk> wrote:
What does a "regular ZCML slug" look like?
My first Google hit is this http://worldcookery.com/files/ploneconf05-five/step2.html :)
Is this setuptools namespace package magic making things work or is there explicit code in Zope that does this?
It's not really setuptools specific. It's just the same old code that does "import Products" and then iterates over everything it finds. Hanno