[Checkins] SVN: grok/branches/gotcha-configuration-actions/src/grok/meta.py Grokker needs to take **kw. always.

Philipp von Weitershausen philikon at philikon.de
Wed Oct 10 04:46:42 EDT 2007


Log message for revision 80774:
  Grokker needs to take **kw. always.
  

Changed:
  U   grok/branches/gotcha-configuration-actions/src/grok/meta.py

-=-
Modified: grok/branches/gotcha-configuration-actions/src/grok/meta.py
===================================================================
--- grok/branches/gotcha-configuration-actions/src/grok/meta.py	2007-10-10 08:41:20 UTC (rev 80773)
+++ grok/branches/gotcha-configuration-actions/src/grok/meta.py	2007-10-10 08:46:41 UTC (rev 80774)
@@ -338,7 +338,7 @@
     # already grokked for error reporting
     priority = 999
 
-    def grok(self, name, module, module_info, config):
+    def grok(self, name, module, module_info, config, **kw):
         templates = module_info.getAnnotation('grok.templates', None)
         if templates is None:
             return False



More information about the Checkins mailing list