Log message for revision 96482:
  Shut up.

Changed:
  U   Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py

-=-
Modified: Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py
===================================================================
--- Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py     2009-02-12 18:34:52 UTC 
(rev 96481)
+++ Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py     2009-02-12 19:49:59 UTC 
(rev 96482)
@@ -35,8 +35,11 @@
 sys.setcheckinterval(2500)
 
 # Shut up if we are not in control of the import process
-_quiet = sys.modules.has_key('Zope2')
+#_quiet = sys.modules.has_key('Zope2')
 
+# Always shut up
+_quiet = True
+
 def _print(msg):
     '''Writes 'msg' to stderr and flushes the stream.'''
     sys.stderr.write(msg)

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to