Commit c125637f authored by Stefan H. Holek's avatar Stefan H. Holek

Shut up.

parent 2d325cfe
......@@ -35,7 +35,10 @@ os.environ['ZOPETESTCASE'] = '1'
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.'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment