[Zope-CVS] CVS: Products/ZCTextIndex/tests - indexhtml.py:1.1.2.3 mailtest.py:1.1.2.19
Jeremy Hylton
jeremy@zope.com
Fri, 10 May 2002 16:37:09 -0400
Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv17187
Modified Files:
Tag: TextIndexDS9-branch
indexhtml.py mailtest.py
Log Message:
Track move of StopWordRemover
=== Products/ZCTextIndex/tests/indexhtml.py 1.1.2.2 => 1.1.2.3 ===
from BTrees.IOBTree import IOBTree
-from Products.ZCTextIndex.ZCTextIndex import ZCTextIndex, StopWordRemover
+from Products.ZCTextIndex.ZCTextIndex import ZCTextIndex
from Products.ZCTextIndex.HTMLSplitter import HTMLWordSplitter
-from Products.ZCTextIndex.Lexicon import Lexicon
+from Products.ZCTextIndex.Lexicon import Lexicon, StopWordRemover
def make_index():
# there's an elaborate dance necessary to construct an index
=== Products/ZCTextIndex/tests/mailtest.py 1.1.2.18 => 1.1.2.19 ===
import ZODB
import ZODB.FileStorage
-from Products.ZCTextIndex.Lexicon import Lexicon
+from Products.ZCTextIndex.Lexicon import Lexicon, StopWordRemover
from Products.ZCTextIndex.ZCTextIndex import ZCTextIndex, \
- CaseNormalizer, Splitter, StopWordRemover
+ CaseNormalizer, Splitter
from BTrees.IOBTree import IOBTree
import sys