view tests/sitecustomize.py @ 13883:fc83d2ca9cfb

bugzilla: fix reST error introduced in 22d200e49b10 All blocks must be indented. Here we can use a field list instead of a verbatim block for a real list layout.
author Martin Geisler <mg@aragost.com>
date Tue, 05 Apr 2011 10:20:59 +0200
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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