Commit f665560b authored by Hanno Schlichting's avatar Hanno Schlichting

Rename CatalogReport to report, we really don't need to use CamelCase module names for new code

parent ea43402c
......@@ -28,7 +28,7 @@ from BTrees.OIBTree import OIBTree
from BTrees.IOBTree import IOBTree
from Lazy import LazyMap, LazyCat, LazyValues
from CatalogBrains import AbstractCatalogBrain, NoBrainer
from .CatalogReport import CatalogReport
from .report import CatalogReport
LOG = logging.getLogger('Zope.ZCatalog')
......
......@@ -873,7 +873,7 @@ class TestCatalogReport(unittest.TestCase):
self.zcat.catalog_object(obj, str(i))
def tearDown(self):
from Products.ZCatalog.CatalogReport import clear_value_indexes
from Products.ZCatalog.report import clear_value_indexes
clear_value_indexes()
def test_ReportLength(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment