[Checkins] SVN: grok/trunk/src/grok/components.py Made Container base class attribute annotatable as well (Models are, why

Philipp von Weitershausen philikon at philikon.de
Thu Mar 15 14:33:26 EDT 2007


Log message for revision 73200:
  Made Container base class attribute annotatable as well (Models are, why
  shouldn't Containers be).
  

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

-=-
Modified: grok/trunk/src/grok/components.py
===================================================================
--- grok/trunk/src/grok/components.py	2007-03-15 18:26:49 UTC (rev 73199)
+++ grok/trunk/src/grok/components.py	2007-03-15 18:33:21 UTC (rev 73200)
@@ -105,7 +105,7 @@
 
 
 class Container(BTreeContainer):
-    pass
+    interface.implements(IAttributeAnnotatable)
 
 
 class Site(SiteManagerContainer):



More information about the Checkins mailing list