[Zope-Checkins] CVS: Zope/lib/python/Products/ZCatalog - ZCatalogIndexes.py:1.5

Andreas Jung andreas@digicool.com
Mon, 11 Mar 2002 10:49:11 -0500


Update of /cvs-repository/Zope/lib/python/Products/ZCatalog
In directory cvs.zope.org:/tmp/cvs-serv19576/ZCatalog

Modified Files:
	ZCatalogIndexes.py 
Log Message:
string module free zone


=== Zope/lib/python/Products/ZCatalog/ZCatalogIndexes.py 1.4 => 1.5 ===
 from OFS.ObjectManager import ObjectManager, IFAwareObjectManager
 
-import string, os, sys, time
+import os, sys, time
 
 from Acquisition import Implicit
 from Persistence import Persistent