[Zope-Checkins] CVS: Zope2 - ZCatalog.py:1.88.6.15

Andreas Jung andreas@digicool.com
Thu, 24 May 2001 09:24:01 -0400


Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/ZCatalog

Modified Files:
      Tag: ajung-dropin-registry
	ZCatalog.py 
Log Message:
cleanup



--- Updated File ZCatalog.py in package Zope2 --
--- ZCatalog.py	2001/05/23 16:37:48	1.88.6.14
+++ ZCatalog.py	2001/05/24 13:23:24	1.88.6.15
@@ -86,12 +86,11 @@
 
 from Globals import DTMLFile, MessageDialog
 import Globals
+
 from OFS.Folder import Folder
 from OFS.FindSupport import FindSupport
 from OFS.ObjectManager import ObjectManager
 from DateTime import DateTime
-import string, urlparse, urllib, os, sys, time
-import Products
 from Acquisition import Implicit
 from Persistence import Persistent
 from DocumentTemplate.DT_Util import InstanceDict, TemplateDict
@@ -103,6 +102,7 @@
 from zLOG import LOG, ERROR
 from ZCatalogIndexes import ZCatalogIndexes
 from Products.PluginIndexes.common.PluggableIndex import PluggableIndexInterface
+import string,  urllib, os, sys, time
 
 StringType=type('')
 
@@ -440,7 +440,6 @@
 
     def reindexIndex(self,name,REQUEST):
         print "please reindex",name
-
         
         paths = tuple(self._catalog.paths.values())