[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - zopectl.py:1.10
Fred L. Drake, Jr.
fred at zope.com
Wed Jan 7 16:25:04 EST 2004
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv7453
Modified Files:
zopectl.py
Log Message:
update to the current location of the log handler factories
=== Zope/lib/python/Zope/Startup/zopectl.py 1.9 => 1.10 ===
--- Zope/lib/python/Zope/Startup/zopectl.py:1.9 Sun Dec 21 19:26:38 2003
+++ Zope/lib/python/Zope/Startup/zopectl.py Wed Jan 7 16:25:02 2004
@@ -42,7 +42,7 @@
from zdaemon.zdctl import ZDCmd
from zdaemon.zdoptions import ZDOptions
-from zLOG.datatypes import FileHandlerFactory
+from ZConfig.components.logger.handlers import FileHandlerFactory
def string_list(arg):
More information about the Zope-Checkins
mailing list