[Checkins] SVN: grok/branches/gotcha-configuration-actions/src/grok/tests/grokker/onlyonce_fixture/_meta.py Signature of grok() changed. In particular, it should take **kw.

Philipp von Weitershausen philikon at philikon.de
Wed Oct 10 04:11:28 EDT 2007


Log message for revision 80766:
  Signature of grok() changed. In particular, it should take **kw.
  Down to 1 test failure now!
  

Changed:
  U   grok/branches/gotcha-configuration-actions/src/grok/tests/grokker/onlyonce_fixture/_meta.py

-=-
Modified: grok/branches/gotcha-configuration-actions/src/grok/tests/grokker/onlyonce_fixture/_meta.py
===================================================================
--- grok/branches/gotcha-configuration-actions/src/grok/tests/grokker/onlyonce_fixture/_meta.py	2007-10-10 08:08:45 UTC (rev 80765)
+++ grok/branches/gotcha-configuration-actions/src/grok/tests/grokker/onlyonce_fixture/_meta.py	2007-10-10 08:11:28 UTC (rev 80766)
@@ -4,6 +4,6 @@
 class AlphaGrokker(martian.ClassGrokker):
     component_class = Alpha
 
-    def grok(self, name, factory, context, module_info, templates):
+    def grok(self, name, factory, module_info, **kw):
         print "alpha"
         return True



More information about the Checkins mailing list