[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/FieldIndex - FieldIndex.py:1.10

Martijn Pieters mj@zope.com
Wed, 14 Aug 2002 18:20:00 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/FieldIndex
In directory cvs.zope.org:/tmp/cvs-serv24540/FieldIndex

Modified Files:
	FieldIndex.py 
Log Message:
Clean up indentation and trailing whitespace.


=== Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py 1.9 => 1.10 ===
--- Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py:1.9	Thu Jun 20 16:00:34 2002
+++ Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py	Wed Aug 14 18:19:29 2002
@@ -1,5 +1,5 @@
 #############################################################################
-# 
+#
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -8,7 +8,7 @@
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 
 """Simple column indices
@@ -16,7 +16,7 @@
 $Id$
 """
 
-from Products.PluginIndexes import PluggableIndex 
+from Products.PluginIndexes import PluggableIndex
 from Products.PluginIndexes.common.UnIndex import UnIndex
 
 from Globals import DTMLFile
@@ -29,7 +29,7 @@
     meta_type="FieldIndex"
 
     manage_options= (
-        {'label': 'Settings',     
+        {'label': 'Settings',
          'action': 'manage_main',
          'help': ('FieldIndex','FieldIndex_Settings.stx')},
     )
@@ -47,4 +47,3 @@
     """Add a field index"""
     return self.manage_addIndex(id, 'FieldIndex', extra=None, \
              REQUEST=REQUEST, RESPONSE=RESPONSE, URL1=URL3)
-