tests/sitecustomize.py
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 31 Jan 2015 12:42:05 -0500
changeset 24052 32a64923d2b7
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
branchmap: backout 6bf93440a717 This is no longer needed now that posixfile handles seeking to EOF when it opens a file in append mode.

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