[Checkins] SVN: grokcore.component/branches/sylvain-subscribers/src/grokcore/component/meta.py Fix grokker.

Sylvain Viollon sylvain at infrae.com
Wed Jan 5 11:52:20 EST 2011


Log message for revision 119391:
  Fix grokker.
  

Changed:
  U   grokcore.component/branches/sylvain-subscribers/src/grokcore/component/meta.py

-=-
Modified: grokcore.component/branches/sylvain-subscribers/src/grokcore/component/meta.py
===================================================================
--- grokcore.component/branches/sylvain-subscribers/src/grokcore/component/meta.py	2011-01-05 15:30:18 UTC (rev 119390)
+++ grokcore.component/branches/sylvain-subscribers/src/grokcore/component/meta.py	2011-01-05 16:52:19 UTC (rev 119391)
@@ -95,7 +95,7 @@
 
         config.action(
             discriminator=None,
-            callable=component.provideAdapter,
+            callable=component.provideSubscriptionAdapter,
             args=(factory, adapts, provides),
             )
         return True



More information about the checkins mailing list