tests/sitecustomize.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 14 Apr 2014 15:45:30 -0400
changeset 21064 4d9d490d7bbe
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
bundle2: add a ui argument to readbundle The bundle2 unbundler needs a ui argument. We are now passing this information to `readbundle`.

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