tests/sitecustomize.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 15 Apr 2014 17:19:46 -0400
changeset 21072 0879352d67d8
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
wireproto: add a _calltwowaystream method on wirepeer This method will be used by bundle2 pushes. It calls a command, feeds it with a stream and receives another stream in reply. Actual implementation for ssh and http will be done in later changesets.

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