[Zope-CVS] CVS: Products/ZCTextIndex - ILexicon.py:1.1.2.2 IPipelineElement.py:1.1.2.3 Lexicon.py:1.1.2.3 Splitter.py:1.1.2.3 __init__.py:1.1.2.2
   
    Barry Warsaw
     
    barry@wooz.org
       
    Thu, 2 May 2002 14:57:49 -0400
    
    
  
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv19117
Modified Files:
      Tag: TextIndexDS9-branch
	ILexicon.py IPipelineElement.py Lexicon.py Splitter.py 
	__init__.py 
Log Message:
Get rid of the RCS Id crud.
=== Products/ZCTextIndex/ILexicon.py 1.1.2.1 => 1.1.2.2 ===
 # 
 ##############################################################################
-"""
-
-Revision information:
-$Id$
-"""
 
 from Interface import Base as Interface
 
=== Products/ZCTextIndex/IPipelineElement.py 1.1.2.2 => 1.1.2.3 ===
 # 
 ##############################################################################
-"""
-
-Revision information:
-$Id$
-"""
 
 from Interface import Base as Interface
 
=== Products/ZCTextIndex/Lexicon.py 1.1.2.2 => 1.1.2.3 ===
 # 
 ##############################################################################
-"""
-
-Revision information:
-$Id$
-"""
 
 from BTrees.IOBTree import IOBTree
 from BTrees.OIBTree import OIBTree
=== Products/ZCTextIndex/Splitter.py 1.1.2.2 => 1.1.2.3 ===
 # 
 ##############################################################################
-"""
-
-Revision information:
-$Id$
-"""
 
 class Splitter:
     def __init__(self, splitterclass, synstop=None, encoding='latin1',
=== Products/ZCTextIndex/__init__.py 1.1.2.1 => 1.1.2.2 ===
 
 Experimental plugin text index for ZCatalog.
-
-Revision information:
-$Id$
 """