[Checkins] SVN: grok/branches/gotcha-configuration-actions/src/grok/_grok.py removed unused class

Philipp von Weitershausen philikon at philikon.de
Wed Oct 10 04:41:20 EDT 2007


Log message for revision 80773:
  removed unused class
  

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

-=-
Modified: grok/branches/gotcha-configuration-actions/src/grok/_grok.py
===================================================================
--- grok/branches/gotcha-configuration-actions/src/grok/_grok.py	2007-10-10 08:40:25 UTC (rev 80772)
+++ grok/branches/gotcha-configuration-actions/src/grok/_grok.py	2007-10-10 08:41:20 UTC (rev 80773)
@@ -87,13 +87,6 @@
                                   module_info=module_info,
                                   templates=templates)
 
-class GrokkingInfo(object):
-    def __init__(self, config, context, module_info, templates):
-        self.config = config
-        self.context = context
-        self.module_info = module_info
-        self.templates = templates
-
 def prepare_grok(name, module, kw):
     module_info = scan.module_info_from_module(
         module, exclude_filter=skip_tests)



More information about the Checkins mailing list