view tests/sitecustomize.py @ 24327:f7c0556d22d7

test-convert-git: show insane progress bar with octopus merge (issue4169) This is done as a separate change from the fix so that it's obvious what is corrected by the bugfix.
author Augie Fackler <augie@google.com>
date Thu, 12 Mar 2015 21:31:52 -0400
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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