from zope.component.globalregistry import getGlobalSiteManager gsm = getGlobalSiteManager() gsm.unregisterUtility(component=None, provided=None, name=u'')
Would that help? With regards, -Shailesh On 6/9/07, Andreas Jung <[EMAIL PROTECTED]> wrote:
I have an application where I need to register and unregister a named utility at runtime. In Zope 3.3 we have zope.component.unregisterUtility(). Is there something available in Zope 3.0 (as still used in Zope 2.8)? Andreas _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
_______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
