[Checkins] SVN: grok/branches/jspaans-traversableattrs/src/grok/ftests/traversal/traversableattr.py removed unneeded comment

Reinout van Rees reinout at vanrees.org
Fri May 2 05:28:09 EDT 2008


Log message for revision 86055:
  removed unneeded comment
  

Changed:
  U   grok/branches/jspaans-traversableattrs/src/grok/ftests/traversal/traversableattr.py

-=-
Modified: grok/branches/jspaans-traversableattrs/src/grok/ftests/traversal/traversableattr.py
===================================================================
--- grok/branches/jspaans-traversableattrs/src/grok/ftests/traversal/traversableattr.py	2008-05-02 09:22:35 UTC (rev 86054)
+++ grok/branches/jspaans-traversableattrs/src/grok/ftests/traversal/traversableattr.py	2008-05-02 09:28:09 UTC (rev 86055)
@@ -47,7 +47,7 @@
     def render(self):
         return self.context.name
 
-class Foo(grok.Model): #, grok.Application):
+class Foo(grok.Model):
     grok.traversable('bar')
     grok.traversable('foo')
     grok.traversable(attr='bar', name='namedbar')



More information about the Checkins mailing list