[Grok-dev] How do I override a GlobalUtility?

Sebastian Ware sebastian at urbantalk.se
Thu Jan 5 10:45:53 UTC 2012


ZTK registers a GlobalUtility used for translation services with the interface "INegotiator", how do I override it with my own implementation in Grok?

It is configured like this:

<configure xmlns="http://namespaces.zope.org/zope">

  <utility
      provides="zope.i18n.interfaces.INegotiator"
      component="zope.i18n.negotiator.negotiator"
      />

</configure>

Mvh Sebastian



More information about the Grok-dev mailing list