[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - TextIndexNG.py:1.2.2.45
Andreas Jung
andreas@digicool.com
Tue, 26 Feb 2002 19:03:48 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG
In directory cvs.zope.org:/tmp/cvs-serv25009
Modified Files:
Tag: ajung-textindexng-branch
TextIndexNG.py
Log Message:
added import for Converter
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/TextIndexNG.py 1.2.2.44 => 1.2.2.45 ===
__version__ = '$Id$'
-import re
-import warnings
+import re,time, warnings
from Globals import Persistent,DTMLFile
from zLOG import LOG, ERROR
from OFS.SimpleItem import SimpleItem
@@ -49,7 +48,8 @@
import Thesaurus, StopWords, Normalizer
import indexsupport
import TextIndexCommon
-import time
+import Converter
+
class Timer: