##// END OF EJS Templates
largefiles: use XDG and OS X-specific cache locations by default (issue3067)
largefiles: use XDG and OS X-specific cache locations by default (issue3067)

File last commit:

r14971:0b21ae0a default
r15320:681267a5 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