[Checkins] SVN: five.grok/trunk/src/five/grok/components.py Try to stop philiKON from shooting himself by bringing semantics back in line with Products.Five.browser.BrowserView and avoiding silly acqusition problems in the publisher.

Martin Aspeli optilude at gmx.net
Sun Aug 3 17:24:00 EDT 2008


Log message for revision 89317:
  Try to stop philiKON from shooting himself by bringing semantics back in line with Products.Five.browser.BrowserView and avoiding silly acqusition problems in the publisher.

Changed:
  U   five.grok/trunk/src/five/grok/components.py

-=-
Modified: five.grok/trunk/src/five/grok/components.py
===================================================================
--- five.grok/trunk/src/five/grok/components.py	2008-08-03 20:24:12 UTC (rev 89316)
+++ five.grok/trunk/src/five/grok/components.py	2008-08-03 21:23:59 UTC (rev 89317)
@@ -13,5 +13,5 @@
     # can be established.
     interface.implements(IAttributeAnnotatable, IContext)
 
-class View(grokcore.view.View, Acquisition.Implicit):
+class View(grokcore.view.View, Acquisition.Explicit):
     pass



More information about the Checkins mailing list