##// END OF EJS Templates
test-tools: update for platforms without symlink support after 5b20e4c32117...
test-tools: update for platforms without symlink support after 5b20e4c32117 The change was triggered by removing the 'baz' hardlink.

File last commit:

r14971:0b21ae0a default
r23922:5831bef5 stable
Show More
sitecustomize.py
5 lines | 111 B | text/x-python | PythonLexer
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass