[Checkins] SVN: grok/branches/jw-simpler-skin-registration/src/grok/ftests/viewlet/viewlet_security.py Remove a pointless layer mixin

Philipp von Weitershausen philikon at philikon.de
Fri Aug 1 08:34:20 EDT 2008


Log message for revision 89134:
  Remove a pointless layer mixin
  

Changed:
  U   grok/branches/jw-simpler-skin-registration/src/grok/ftests/viewlet/viewlet_security.py

-=-
Modified: grok/branches/jw-simpler-skin-registration/src/grok/ftests/viewlet/viewlet_security.py
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/ftests/viewlet/viewlet_security.py	2008-08-01 12:33:20 UTC (rev 89133)
+++ grok/branches/jw-simpler-skin-registration/src/grok/ftests/viewlet/viewlet_security.py	2008-08-01 12:34:19 UTC (rev 89134)
@@ -154,7 +154,7 @@
     def render(self):
         return 'Gold Bone'
 
-class IBoneLayer(grok.IGrokLayer, IDefaultBrowserLayer):
+class IBoneLayer(IDefaultBrowserLayer):
     pass
 
 class LayeredBone(grok.Viewlet):



More information about the Checkins mailing list