[Zope3-checkins] CVS: Zope3 - test.py:1.92

Fred L. Drake, Jr. fred at zope.com
Wed Mar 17 15:59:19 EST 2004


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv25459

Modified Files:
	test.py 
Log Message:
explain what we're doing with zLOG


=== Zope3/test.py 1.91 => 1.92 ===
--- Zope3/test.py:1.91	Wed Mar 17 15:45:40 2004
+++ Zope3/test.py	Wed Mar 17 15:59:19 2004
@@ -725,6 +725,9 @@
     except ImportError:
         pass
     else:
+        # zLOG is available, so we need to make sure it doesn't
+        # re-initialize anything we set up.  If we don't, zLOG assumes
+        # it can clobber everything the first time it's initialized.
         def null_initializer():
             pass
         zLOG.set_initializer(null_initializer)




More information about the Zope3-Checkins mailing list