[Zope3-checkins] SVN: Zope3/trunk/src/zope/index/text/baseindex.py
Allow module to have Id expansion.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Jul 13 12:34:28 EDT 2004
Log message for revision 26457:
Allow module to have Id expansion.
Changed:
U Zope3/trunk/src/zope/index/text/baseindex.py
-=-
Modified: Zope3/trunk/src/zope/index/text/baseindex.py
===================================================================
--- Zope3/trunk/src/zope/index/text/baseindex.py 2004-07-13 16:33:41 UTC (rev 26456)
+++ Zope3/trunk/src/zope/index/text/baseindex.py 2004-07-13 16:34:28 UTC (rev 26457)
@@ -11,10 +11,10 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
+"""Abstract base class for full text index with relevance ranking.
-"""Abstract base class for full text index with relevance ranking."""
-
-
+$Id$
+"""
import math
from persistent import Persistent
More information about the Zope3-Checkins
mailing list