[Checkins] SVN: Products.ZCatalog/trunk/src/Products/PluginIndexes/ the days of winzip and problems with empty files are long over

Hano Schlichting cvs-admin at zope.org
Sun Mar 25 13:43:32 UTC 2012


Log message for revision 124722:
  the days of winzip and problems with empty files are long over
  

Changed:
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/DateIndex/__init__.py
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/__init__.py
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/FieldIndex/__init__.py
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/KeywordIndex/__init__.py
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/PathIndex/__init__.py
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/TopicIndex/__init__.py

-=-
Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/DateIndex/__init__.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/DateIndex/__init__.py	2012-03-25 13:40:03 UTC (rev 124721)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/DateIndex/__init__.py	2012-03-25 13:43:28 UTC (rev 124722)
@@ -1 +0,0 @@
-# Empty on purpose

Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/__init__.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/__init__.py	2012-03-25 13:40:03 UTC (rev 124721)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/DateRangeIndex/__init__.py	2012-03-25 13:43:28 UTC (rev 124722)
@@ -1 +0,0 @@
-# Empty on purpose

Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/FieldIndex/__init__.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/FieldIndex/__init__.py	2012-03-25 13:40:03 UTC (rev 124721)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/FieldIndex/__init__.py	2012-03-25 13:43:28 UTC (rev 124722)
@@ -1 +0,0 @@
-# empty comment for winzip and friends

Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/KeywordIndex/KeywordIndex.py	2012-03-25 13:40:03 UTC (rev 124721)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/KeywordIndex/KeywordIndex.py	2012-03-25 13:43:28 UTC (rev 124722)
@@ -10,8 +10,6 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Keyword index.
-"""
 
 from logging import getLogger
 
@@ -26,7 +24,6 @@
 
 
 class KeywordIndex(UnIndex):
-
     """Like an UnIndex only it indexes sequences of items.
 
     Searches match any keyword.

Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/KeywordIndex/__init__.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/KeywordIndex/__init__.py	2012-03-25 13:40:03 UTC (rev 124721)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/KeywordIndex/__init__.py	2012-03-25 13:43:28 UTC (rev 124722)
@@ -1 +0,0 @@
-# empty comment for winzip and friends

Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/PathIndex/__init__.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/PathIndex/__init__.py	2012-03-25 13:40:03 UTC (rev 124721)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/PathIndex/__init__.py	2012-03-25 13:43:28 UTC (rev 124722)
@@ -1 +0,0 @@
-# empty comment for winzip and friends

Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/TopicIndex/__init__.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/TopicIndex/__init__.py	2012-03-25 13:40:03 UTC (rev 124721)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/TopicIndex/__init__.py	2012-03-25 13:43:28 UTC (rev 124722)
@@ -1,12 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002 Zope Foundation and Contributors.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
-#
-##############################################################################



More information about the checkins mailing list