view tests/sitecustomize.py @ 19837:c38eaeb3b45e

branchmap: fix blank line position The blank line was after was after the `if` condition instead of before.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 30 Sep 2013 15:52:37 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass