[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src - ZopeSplitter.c:1.7.20.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/src
In directory cvs.zope.org:/tmp/cvs-serv22094/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src

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


=== Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c 1.7 => 1.7.20.1 ===
 {
     PyObject *m, *d;
-    char *rev="$Revision$";
 
     /* Create the module and add the functions */
     m = Py_InitModule4("ZopeSplitter", Splitter_module_methods,
@@ -544,8 +543,6 @@
 
     /* Add some symbolic constants to the module */
     d = PyModule_GetDict(m);
-    PyDict_SetItemString(d, "__version__",
-                         PyString_FromStringAndSize(rev+11,strlen(rev+11)-2));
 
     if (PyErr_Occurred())
         Py_FatalError("can't initialize module Splitter");