view tests/sitecustomize.py @ 13329:4e92ad05fe18

merge with stable
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 01 Feb 2011 01:55:45 +0100
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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