view tests/sitecustomize.py @ 21148:468cd774aa22

bundle2: require both client and server to opt in Even if the server is bundle2-enabled, the client now has to opt-in in the config too.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 17 Apr 2014 16:04:58 -0400
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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