[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - BaseStopWords.py:1.1.2.4
Andreas Jung
andreas@zope.com
Tue, 8 Jan 2002 16:07:36 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG
In directory cvs.zope.org:/tmp/cvs-serv25093
Modified Files:
Tag: ajung-textindexng-branch
BaseStopWords.py
Log Message:
removed unused import
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/BaseStopWords.py 1.1.2.3 => 1.1.2.4 ===
from types import DictType, StringType
-from defaultStopWords import stop_word_dict
from BTrees.OOBTree import OOBTree
import os