##// END OF EJS Templates
i18n-pt_BR: synchronized with 224e96078708
i18n-pt_BR: synchronized with 224e96078708

File last commit:

r14971:0b21ae0a default
r20139:5246fd47 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