[Zope-Checkins] CVS: Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter - Setup:1.3 __init__.py:1.4
Andreas Jung
andreas@zope.com
Tue, 7 Aug 2001 15:40:06 -0400
Update of /cvs-repository/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter
In directory cvs.zope.org:/tmp/cvs-serv3627/ZopeSplitter
Modified Files:
Setup __init__.py
Log Message:
Splitter fixes to work under MacOSX
Backported from Zope-2_4-branch
=== Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup 1.2 => 1.3 ===
-Splitter src/Splitter.c
+ZopeSplitter src/ZopeSplitter.c
=== Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py 1.3 => 1.4 ===
-
-class ZopeSplitter:
-
- meta_type="Splitter"
- description="Zope Default Splitter"
-
- Splitter = Splitter
-
- def __init__(self):
- print "__init__"
-
- def a(self):
- """a"""
- print "initialize",self.meta_type
- pass
-
- def b(self):
- """b"""
-
- print "binitialize",self.meta_type
- pass
-
+from ZopeSplitter import ZopeSplitter as Splitter