[Checkins] SVN: Products.ZCatalog/trunk/src/Products/ZCatalog/Catalog.py reorder imports

Hano Schlichting cvs-admin at zope.org
Sat Apr 7 11:59:55 UTC 2012


Log message for revision 125062:
  reorder imports
  

Changed:
  U   Products.ZCatalog/trunk/src/Products/ZCatalog/Catalog.py

-=-
Modified: Products.ZCatalog/trunk/src/Products/ZCatalog/Catalog.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/ZCatalog/Catalog.py	2012-04-07 11:59:39 UTC (rev 125061)
+++ Products.ZCatalog/trunk/src/Products/ZCatalog/Catalog.py	2012-04-07 11:59:52 UTC (rev 125062)
@@ -22,18 +22,18 @@
 import Acquisition
 from Acquisition import aq_base
 from Acquisition import aq_parent
-import ExtensionClass
-from Missing import MV
-from Persistence import Persistent
-from Products.PluginIndexes.interfaces import ILimitedResultIndex
-
 import BTrees.Length
 from BTrees.IIBTree import intersection, IISet
 from BTrees.IIBTree import weightedIntersection
 from BTrees.OIBTree import OIBTree
 from BTrees.IOBTree import IOBTree
-from Lazy import LazyMap, LazyCat, LazyValues
-from CatalogBrains import AbstractCatalogBrain, NoBrainer
+import ExtensionClass
+from Missing import MV
+from Persistence import Persistent
+
+from Products.PluginIndexes.interfaces import ILimitedResultIndex
+from .Lazy import LazyMap, LazyCat, LazyValues
+from .CatalogBrains import AbstractCatalogBrain, NoBrainer
 from .plan import CatalogPlan
 
 LOG = logging.getLogger('Zope.ZCatalog')



More information about the checkins mailing list