[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/FieldIndex - FieldIndex.py:1.6
Andreas Jung
andreas@zope.com
Thu, 29 Nov 2001 14:42:31 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/FieldIndex
In directory cvs.zope.org:/tmp/cvs-serv9145/FieldIndex
Modified Files:
FieldIndex.py
Log Message:
removed unused string module import
=== Zope/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py 1.5 => 1.6 ===
import BTree
import IOBTree
-import string
from zLOG import LOG, ERROR
from types import StringType, ListType, IntType, TupleType