[Checkins] SVN: grok/trunk/src/grok/interfaces.py Remove blatant lie

Philipp von Weitershausen philikon at philikon.de
Mon Jul 28 18:18:50 EDT 2008


Log message for revision 88928:
  Remove blatant lie
  

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

-=-
Modified: grok/trunk/src/grok/interfaces.py
===================================================================
--- grok/trunk/src/grok/interfaces.py	2008-07-28 22:10:43 UTC (rev 88927)
+++ grok/trunk/src/grok/interfaces.py	2008-07-28 22:18:49 UTC (rev 88928)
@@ -46,7 +46,6 @@
     EditForm = interface.Attribute("Base class for edit forms.")
     DisplayForm = interface.Attribute("Base class for display forms.")
     Indexes = interface.Attribute("Base class for catalog index definitions.")
-    Layer = interface.Attribute("Base interface for layers.")
     Skin = interface.Attribute("Base class for skin.")
     ViewletManager = interface.Attribute("Base class for viewletmanager.")
     Viewlet = interface.Attribute("Base class for viewlet.")



More information about the Checkins mailing list