[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter - __init__.py:1.5.54.1

Casey Duncan casey@zope.com
Wed, 27 Mar 2002 15:51:43 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter
In directory cvs.zope.org:/tmp/cvs-serv22094/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter

Modified Files:
      Tag: casey-death_to_index_html-branch
	__init__.py 
Log Message:
Updating branch to head for testing


=== Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py 1.5 => 1.5.54.1 ===
-
-def Splitter(txt,stopwords={},encoding="latin1"):
-    return ZopeSplitter(txt,stopwords)