[Zope3-checkins] SVN: Zope3/branches/3.3/zopeskel/bin/test.in dded missing logging import.

Jim Fulton jim at zope.com
Fri Aug 18 11:28:46 EDT 2006


Log message for revision 69654:
  dded missing logging import.
  

Changed:
  U   Zope3/branches/3.3/zopeskel/bin/test.in

-=-
Modified: Zope3/branches/3.3/zopeskel/bin/test.in
===================================================================
--- Zope3/branches/3.3/zopeskel/bin/test.in	2006-08-18 15:26:17 UTC (rev 69653)
+++ Zope3/branches/3.3/zopeskel/bin/test.in	2006-08-18 15:28:45 UTC (rev 69654)
@@ -49,6 +49,8 @@
 
 # Avoid spurious error during exit. Some thing is trying to log
 # something after the files used by the logger have been closed.
+
+import logging
 logging.disable(999999999)
 
 # Because we're about to use os._exit, we flush output so we don't miss any.



More information about the Zope3-Checkins mailing list