[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/grok/__init__.py Clarify comment

Wolfgang Schnerring wosc at wosc.de
Tue Dec 28 04:01:31 EST 2010


Log message for revision 119174:
  Clarify comment
  

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/grok/__init__.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/grok/__init__.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/grok/__init__.py	2010-12-28 08:48:27 UTC (rev 119173)
+++ gocept.selenium/trunk/src/gocept/selenium/grok/__init__.py	2010-12-28 09:01:31 UTC (rev 119174)
@@ -22,9 +22,9 @@
 
 class Layer(ZODBLayer, gocept.selenium.wsgi.Layer):
 
-     # we can't use super, since the base class zope.component.testlayer is not
-     # built for multiple inheritance; the wsgi.Layer-part of the family would
-     # never be reached
+    # we can't use super, since our base classes are not built for multiple
+    # inheritance (they don't consistently call super themselves, so parts of
+    # the hierarchy might be missed)
 
     def __init__(self, *args, **kw):
         # since the request factory class is only a parameter default of



More information about the checkins mailing list