view tests/sitecustomize.py @ 22230:316ba2ddc034

revset: factorize backup decision The conditional controlling the creation of backup is fairly big. We move config related decisions outside of the loop.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 24 Jun 2014 17:54:33 +0100
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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