view tests/sitecustomize.py @ 23207:ca38764e2f38

bundle2: drop duplicated definition of 'b2x:exchange' This bundle2 capability is going to be dynamically computed in 'getrepocaps'. We do not need to include it in the static value.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 06 Nov 2014 10:05:43 +0000
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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