[Zope-Checkins] CVS: Zope2 - TextIndex.py:1.1.2.26
Andreas Jung
andreas@digicool.com
Sun, 27 May 2001 16:38:40 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes/TextIndex
Modified Files:
Tag: ajung-dropin-registry
TextIndex.py
Log Message:
removed Zope import
--- Updated File TextIndex.py in package Zope2 --
--- TextIndex.py 2001/05/25 15:09:32 1.1.2.25
+++ TextIndex.py 2001/05/27 20:38:34 1.1.2.26
@@ -96,7 +96,6 @@
import string, re
import operator
-import Zope
from Globals import Persistent,DTMLFile
from zLOG import LOG, ERROR
from OFS.SimpleItem import SimpleItem