##// END OF EJS Templates
log: describe graph symbols in the help...
log: describe graph symbols in the help I wondered what 'x' meant and didn't find it described anywhere.

File last commit:

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