tests/sitecustomize.py
author Augie Fackler <durin42@gmail.com>
Mon, 15 Mar 2010 14:53:34 -0500
branchstable
changeset 10789 1b45468d3deb
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
util.termwidth: check stderr first as it's least likely to be redirected

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass