##// END OF EJS Templates
graphlog: paths/-I/-X handling requires a new revset...
r16161:5a627b49 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