[Checkins] SVN: grok/trunk/doc/design/annotations.py - triple XXX on super()

Christian Theune ct at gocept.com
Mon Oct 16 09:16:57 EDT 2006


Log message for revision 70689:
   - triple XXX on super()
  

Changed:
  U   grok/trunk/doc/design/annotations.py

-=-
Modified: grok/trunk/doc/design/annotations.py
===================================================================
--- grok/trunk/doc/design/annotations.py	2006-10-16 12:54:24 UTC (rev 70688)
+++ grok/trunk/doc/design/annotations.py	2006-10-16 13:16:56 UTC (rev 70689)
@@ -7,7 +7,8 @@
     grok.context(Article)  # this is actually the default
     grok.implements(IComments)
 
-    def __init__(self):
+    def __init__(self): 
+        # XXX need super?!?
         self.comments = OOTreeSet()
 
     def addComment(self, text):



More information about the Checkins mailing list