view tests/sitecustomize.py @ 12918:5c3e5cd141ea

import: add another line feed to message join string Changeset descriptions are not guaranteed to have a trailing carriage return.
author Steve Borho <steve@borho.org>
date Thu, 04 Nov 2010 11:33:57 -0500
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass