[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/StartUp - SiteDefinition.py:1.14
Guido van Rossum
guido@python.org
Fri, 20 Dec 2002 17:31:00 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/StartUp
In directory cvs.zope.org:/tmp/cvs-serv2349/App/StartUp
Modified Files:
SiteDefinition.py
Log Message:
Put back ZLogIntegration.py, converted to the logging module.
(I didn't bother to fix the name. :-)
=== Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py 1.13 => 1.14 ===
--- Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py:1.13 Fri Dec 20 14:46:01 2002
+++ Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py Fri Dec 20 17:30:29 2002
@@ -21,6 +21,10 @@
import logging
import asyncore
+# Importing ZLogIntegration redirects asyncore's logging to the
+# logging module
+from Zope.Server import ZLogIntegration
+
# Import Configuration-related classes
from Zope.Configuration.Action import Action
from Zope.Configuration.INonEmptyDirective import INonEmptyDirective