tests/sitecustomize.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Sat, 12 Apr 2014 00:38:15 -0400
changeset 21020 5041163ee382
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
bundle2: directly feed part to readbundle Now that part payload can be read like a stream, we can directly use it to feed the unbundle10 process.

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