[Zope3-checkins] SVN: Zope3/branches/jim-index/src/zope/app/catalog/catalog.py More cosmetic changes in catalog.

Gintautas Miliauskas gintas at pov.lt
Sat Jun 12 11:05:39 EDT 2004


Log message for revision 25402:
More cosmetic changes in catalog.



-=-
Modified: Zope3/branches/jim-index/src/zope/app/catalog/catalog.py
===================================================================
--- Zope3/branches/jim-index/src/zope/app/catalog/catalog.py	2004-06-12 14:53:29 UTC (rev 25401)
+++ Zope3/branches/jim-index/src/zope/app/catalog/catalog.py	2004-06-12 15:05:39 UTC (rev 25402)
@@ -16,21 +16,19 @@
 $Id$
 """
 from persistent import Persistent
-from persistent.dict import PersistentDict
 from zope.interface import implements
-from zope.exceptions import NotFoundError
+from zope.app.zapi import getUtility
 from zope.security.proxy import trustedRemoveSecurityProxy
-from zope.index.interfaces import ISimpleQuery
+from zope.app.container.sample import SampleContainer
 
-from zope.app.zapi import getUtility, getPath
 from zope.app.annotation.interfaces import IAttributeAnnotatable
-from zope.app.utility.interfaces import ILocalUtility
 from zope.app.container.interfaces import IContainer
-
-from zope.app.container.sample import SampleContainer
 from zope.app.catalog.interfaces import ICatalog
 from zope.app.uniqueid.interfaces import IUniqueIdUtility
+from zope.app.utility.interfaces import ILocalUtility
+from zope.index.interfaces import ISimpleQuery
 
+
 class ResultSet:
     """Lazily accessed set of objects."""
 




More information about the Zope3-Checkins mailing list