[Zope3-checkins] CVS: Zope3 - test.py:1.98
Fred L. Drake, Jr.
fred at zope.com
Thu Apr 8 17:55:18 EDT 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv21903
Modified Files:
test.py
Log Message:
move a comment to the docstring
=== Zope3/test.py 1.97 => 1.98 ===
--- Zope3/test.py:1.97 Thu Apr 8 17:20:30 2004
+++ Zope3/test.py Thu Apr 8 17:55:17 2004
@@ -758,8 +758,6 @@
global pathinit
pathinit = PathInit(BUILD, BUILD_INPLACE, libdir)
- # Initialize the logging module.
-
configure_logging()
## try:
@@ -801,6 +799,7 @@
def configure_logging():
+ """Initialize the logging module."""
import logging.config
# Get the log.ini file from the current directory instead of possibly
More information about the Zope3-Checkins
mailing list