[Zope-dev] Re: [Zope] [PATCH] to Zope's Management Interface
   
    Jerome Alet
     
    alet@unice.fr
       
    Mon, 29 Apr 2002 15:48:30 +0200 (MET DST)
    
    
  
On Mon, 29 Apr 2002, Steve Alexander wrote:
> You should certainly not use the App.Hotfixes interface for this.
> 
> The App.Hotfixes interface is for registering dynamic patches that will 
> become part of Zope in a future release, at which point the dynamic 
> patch can be removed.
ok, so if I understand correctly all I have to do to make a not-hotfix
product is just do an unconditionnal assignment of my new complete
main.dtml file to ObjectManager.ObjectManager.manage_main in my product's
__init__.py file ?
am I right ?
> While you are dynamically extending Zope, I don't think there are any 
> plans to incorporate this into the core Zope distribution.
:-)
bye,
Jerome Alet