Chris McDonough writes:
 > I was thinking that too after I did it. ;-)  I'll move it to
 > Zope.Startup.

Cool.  I'll be so bold as to suggest using a separate ZConfig
component instead of sticking the section definition in the main
schema.  If you define the section type in warningfilter.xml, import
it using

    <import package="Zope.Startup"
            file="warningfilter.xml" />

in the main schema.  Any datatype or handler functions can then be in
a separate module within Zope.Startup as well, keeping it nicely
compartmentalized.


  -Fred

-- 
Fred L. Drake, Jr.  <fred at zope.com>
PythonLabs at Zope Corporation

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to