Skip to content

Commit

Permalink
use grokcore.component api
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed May 1, 2012
1 parent e752a08 commit 2e75ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grokcore/catalog/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def grok(self, name, factory, module_info, config, **kw):
subscribed = (site, IObjectAddedEvent)
config.action(
discriminator=None,
callable=grokcore.component.util.provideHandler,
callable=grokcore.component..provideHandler,
args=(subscriber, subscribed))
return True

Expand Down

0 comments on commit 2e75ca8

Please sign in to comment.