Commit 5180cccb authored by Tres Seaver's avatar Tres Seaver

Restore 'LOG' for BBB.

parent 794e5859
......@@ -48,6 +48,9 @@ from ZCatalogIndexes import ZCatalogIndexes
logger = logging.getLogger('Zope.ZCatalog')
# BBB: some products apparently import 'LOG' from here! Gone in 2.10.
from zLOG import LOG
manage_addZCatalogForm=DTMLFile('dtml/addZCatalog',globals())
def manage_addZCatalog(self, id, title,
......
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