[Checkins] SVN: grok/branches/gotcha-configuration-actions/src/grok/meta.py Fix yet another grokker after moving back to keyword args

Philipp von Weitershausen philikon at philikon.de
Tue Oct 9 10:04:42 EDT 2007


Log message for revision 80740:
  Fix yet another grokker after moving back to keyword args
  

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-09 12:03:22 UTC (rev 80739)
+++ grok/branches/gotcha-configuration-actions/src/grok/meta.py	2007-10-09 14:04:42 UTC (rev 80740)
@@ -270,8 +270,6 @@
     component_class = grok.Traverser
 
     def grok(self, name, factory, module_info, config, context=None, **kw):
-        context, module_info, templates, config = (
-            info.context, info.module_info, info.templates, info.config)
         factory_context = util.determine_class_context(factory, context)
         component.provideAdapter(factory,
                                  adapts=(factory_context, IBrowserRequest),



More information about the Checkins mailing list