##// END OF EJS Templates
dispatch: offer suggestions of similar-named commands...
dispatch: offer suggestions of similar-named commands When suggestions are available, we show those suggestions instead of showing some help output.

File last commit:

r14971:0b21ae0a default
r24222:02d7b5cd 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