[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common - UnIndex.py:1.7

Andreas Jung andreas@zope.com
Thu, 29 Nov 2001 14:35:04 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv7171/common

Modified Files:
	UnIndex.py 
Log Message:
removed unused string import


=== Zope/lib/python/Products/PluginIndexes/common/UnIndex.py 1.6 => 1.7 ===
 import BTree
 import IOBTree
-import string
 from zLOG import LOG, ERROR
 from types import StringType, ListType, IntType, TupleType