[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes - __init__.py:1.13
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 18:19:58 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes
In directory cvs.zope.org:/tmp/cvs-serv24540
Modified Files:
__init__.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/Products/PluginIndexes/__init__.py 1.12 => 1.13 ===
--- Zope/lib/python/Products/PluginIndexes/__init__.py:1.12 Thu Jun 6 01:31:14 2002
+++ Zope/lib/python/Products/PluginIndexes/__init__.py Wed Aug 14 18:19:26 2002
@@ -1,22 +1,22 @@
##############################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-#
+#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (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
-#
+#
##############################################################################
import common.PluggableIndex as PluggableIndex
import common.ResultList as ResultList
import common.UnIndex as UnIndex
-import PathIndex.PathIndex
-import TextIndex.TextIndex
+import PathIndex.PathIndex
+import TextIndex.TextIndex
import FieldIndex.FieldIndex
import KeywordIndex.KeywordIndex
import TopicIndex.TopicIndex