[Checkins] SVN: grok/trunk/src/grok/components.py explain why base grokkers are in this module

Philipp von Weitershausen philikon at philikon.de
Mon Jan 8 07:47:13 EST 2007


Log message for revision 71793:
  explain why base grokkers are in this module
  

Changed:
  U   grok/trunk/src/grok/components.py

-=-
Modified: grok/trunk/src/grok/components.py
===================================================================
--- grok/trunk/src/grok/components.py	2007-01-08 12:44:19 UTC (rev 71792)
+++ grok/trunk/src/grok/components.py	2007-01-08 12:47:13 UTC (rev 71793)
@@ -46,6 +46,11 @@
 from grok import util, interfaces
 
 
+# These base grokkers exist in grok.components because they are meant
+# to be subclassed by code that extends grok.  Thus they are like
+# grok.Model, grok.View, etc. in that they should not be grokked
+# themselves but subclasses of them.
+
 class GrokkerBase(object):
     """A common base class for all grokkers.
     """



More information about the Checkins mailing list