[Zope-Checkins] CVS: Zope/lib/python/SearchIndex - Splitter.c:1.18.34.1
Casey Duncan
casey@zope.com
Wed, 27 Mar 2002 15:51:53 -0500
Update of /cvs-repository/Zope/lib/python/SearchIndex
In directory cvs.zope.org:/tmp/cvs-serv22094/lib/python/SearchIndex
Modified Files:
Tag: casey-death_to_index_html-branch
Splitter.c
Log Message:
Updating branch to head for testing
=== Zope/lib/python/SearchIndex/Splitter.c 1.18 => 1.18.34.1 ===
{
PyObject *m, *d;
- char *rev="$Revision$";
/* Create the module and add the functions */
m = Py_InitModule4("Splitter", Splitter_module_methods,
@@ -423,8 +422,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");
}