[Zope] Removing CallProfiler

Chris Muldrow cmuldrow at fredericksburg.com
Tue Oct 21 13:16:44 EDT 2003


On 10/21/03 12:01 PM, "Stefan H. Holek" <stefan at epy.co.at> wrote:

> You can undo the deletion, no? Look at the Undo tab in the root folder.
> 
> And what Chris wrote should probably have been
> 
> self.Control_Panel._delObject('blah')
> 
> because otherwise the _objects entry will be left over even if the
> attribute itself is gone.
Thanks!!! Worked great!
Here's the code for future folks wanting to remove CallProfiler's ghost:

def fixme(self):
    self.Control_Panel._delObject('CallProfiler')




More information about the Zope mailing list