##// END OF EJS Templates
revset: disambiguous the node variable...
revset: disambiguous the node variable The module could be confused with the function.

File last commit:

r14971:0b21ae0a default
r15326:8ae2900d 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