[Checkins] SVN: grokcore.catalog/trunk/src/grokcore/catalog/interfaces.py define the base classes provided by grokcore.catalog

Jan Wijbrand Kolman cvs-admin at zope.org
Tue May 1 10:15:24 UTC 2012


Log message for revision 125462:
  define the base classes provided by grokcore.catalog

Changed:
  U   grokcore.catalog/trunk/src/grokcore/catalog/interfaces.py

-=-
Modified: grokcore.catalog/trunk/src/grokcore/catalog/interfaces.py
===================================================================
--- grokcore.catalog/trunk/src/grokcore/catalog/interfaces.py	2012-05-01 10:14:38 UTC (rev 125461)
+++ grokcore.catalog/trunk/src/grokcore/catalog/interfaces.py	2012-05-01 10:15:20 UTC (rev 125462)
@@ -15,7 +15,6 @@
 """
 from zope import interface
 
-
 class IIndexDefinition(interface.Interface):
     """Define an index for grok.Indexes.
     """
@@ -26,3 +25,6 @@
         Use name for index name and attribute to index. Set up
         index for interface or class context.
         """
+
+class IBaseClasses(Interface):
+    Indexes = Attribute("Base class for a catalog indexes component.")



More information about the checkins mailing list