[Checkins] SVN: grokcore.component/trunk/README.txt Fixing Launchpad BUG 556383, now we have the __init__ which takes three parameters

Christian Klinger cklinger at novareto.de
Wed Sep 8 04:33:24 EDT 2010


Log message for revision 116220:
  Fixing Launchpad BUG 556383, now we have the __init__ which takes three parameters

Changed:
  U   grokcore.component/trunk/README.txt

-=-
Modified: grokcore.component/trunk/README.txt
===================================================================
--- grokcore.component/trunk/README.txt	2010-09-08 06:57:18 UTC (rev 116219)
+++ grokcore.component/trunk/README.txt	2010-09-08 08:33:24 UTC (rev 116220)
@@ -98,6 +98,9 @@
       grokcore.component.adapts(Interface, IBrowserRequest, IBrowserPage)
       grokcore.component.implements(IContentProvider)
 
+      def __init__(self, context, request, view):
+          pass
+
       def update(self):
           pass
 



More information about the checkins mailing list