tests/sitecustomize.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 18 Jan 2015 16:38:56 -0500
branchstable
changeset 23922 5831bef5387f
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
test-tools: update for platforms without symlink support after 5b20e4c32117 The change was triggered by removing the 'baz' hardlink.

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