##// END OF EJS Templates
Added signature for changeset 07a92bbd02e5
Added signature for changeset 07a92bbd02e5

File last commit:

r14971:0b21ae0a default
r24166:aae338f9 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