Skip to content

Commit

Permalink
the days of winzip and problems with empty files are long over
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 25, 2012
1 parent 33ab99f commit 4028ed8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion src/Products/PluginIndexes/DateIndex/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# Empty on purpose
1 change: 0 additions & 1 deletion src/Products/PluginIndexes/DateRangeIndex/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# Empty on purpose
1 change: 0 additions & 1 deletion src/Products/PluginIndexes/FieldIndex/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# empty comment for winzip and friends
3 changes: 0 additions & 3 deletions src/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Keyword index.
"""

from logging import getLogger

Expand All @@ -26,7 +24,6 @@


class KeywordIndex(UnIndex):

"""Like an UnIndex only it indexes sequences of items.
Searches match any keyword.
Expand Down
1 change: 0 additions & 1 deletion src/Products/PluginIndexes/KeywordIndex/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# empty comment for winzip and friends
1 change: 0 additions & 1 deletion src/Products/PluginIndexes/PathIndex/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# empty comment for winzip and friends
12 changes: 0 additions & 12 deletions src/Products/PluginIndexes/TopicIndex/__init__.py
Original file line number Diff line number Diff line change
@@ -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
#
##############################################################################

0 comments on commit 4028ed8

Please sign in to comment.