[Zope3-checkins] CVS: Zope3/src/zope/app/index/tests - test_objectretrievingprocessor.py:1.1.2.2

Tim Peters tim.one@comcast.net
Tue, 24 Dec 2002 21:21:30 -0500


Update of /cvs-repository/Zope3/src/zope/app/index/tests
In directory cvs.zope.org:/tmp/cvs-serv19240/src/zope/app/index/tests

Modified Files:
      Tag: NameGeddon-branch
	test_objectretrievingprocessor.py 
Log Message:
Whitespace normalization, via Python's Tools/scripts/reindent.py.  The
files are fixed-points of that script now.  Fixed a few cases where
code relied on significant trailing whitespace (ouch).


=== Zope3/src/zope/app/index/tests/test_objectretrievingprocessor.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/index/tests/test_objectretrievingprocessor.py:1.1.2.1	Mon Dec 23 14:31:38 2002
+++ Zope3/src/zope/app/index/tests/test_objectretrievingprocessor.py	Tue Dec 24 21:20:30 2002
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001, 2002 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
@@ -26,7 +26,7 @@
 from zope.app.interfaces.services.query import \
     IQueryProcessor
 from zope.app.interfaces.services.hub import IObjectHub
-    
+
 from zope.app.interfaces.index.interfaces import IRankedHubIdList, \
     IRankedObjectIterator, IRankedObjectRecord
 from zope.app.index.processors import ObjectRetrievingProcessor