[Zope-CVS] CVS: Products/ZCTextIndex/tests - testIndex.py:1.1.2.6

Jeremy Hylton jeremy@zope.com
Thu, 2 May 2002 23:02:28 -0400


Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv9264

Modified Files:
      Tag: TextIndexDS9-branch
	testIndex.py 
Log Message:
Remove extra line feeds.


=== Products/ZCTextIndex/tests/testIndex.py 1.1.2.5 => 1.1.2.6 ===
 from Products.ZCTextIndex.Index import Index
 
-
 class SimpleLexicon:
     def __init__(self):
         self._words = {}
@@ -41,7 +40,6 @@
                 continue
             wids.append(wid)
         return wids
-
 
 class IndexTest(TestCase):
     def setUp(self):