[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py Shut up.

Stefan H. Holek stefan at epy.co.at
Thu Feb 12 14:50:00 EST 2009


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)



More information about the Zope-Checkins mailing list