##// END OF EJS Templates
merge with i18n
merge with i18n

File last commit:

r14971:0b21ae0a default
r16049:e9c93d60 merge 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