[Zope3-dev] Re: zcml questions

Jim Fulton jim at zope.com
Mon Sep 25 14:55:59 EDT 2006


On Sep 25, 2006, at 1:50 PM, Chris Withers wrote:

> Martijn Faassen wrote:
>> configuration. This way, if we grow Python-based configuration or  
>> automatic configuration, the system will still work.
>
> I do care about this, because "I hate zcml(tm)" but how would you  
> see disabling working in a python-based config?

<include actions="foo.bar.actions"
    disable="adapter,ISpam
                     adapter.IEggs,bob
                     utility,IBaz"
   />

Or some such.

Jim

--
Jim Fulton			mailto:jim at zope.com		Python Powered!
CTO 				(540) 361-1714			http://www.python.org
Zope Corporation	http://www.zope.com		http://www.zope.org





More information about the Zope3-dev mailing list