tests/sitecustomize.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 15 Apr 2014 17:18:35 -0400
changeset 21073 83ce71ef7804
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
sshpeer: add implementation of _calltwowaystream This implements the call needed by bundle2. The error handling is a bit flaky right now, but bundle2 error handling in general is still flaky anyway. Bundle2 is still disabled by default, I do not expect this to be a problem.

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