##// END OF EJS Templates
demandimport: back out 50a4e55aa278 (issue2467)
demandimport: back out 50a4e55aa278 (issue2467)

File last commit:

r10648:58128004 stable
r12894:bc91a79f stable
Show More
sitecustomize.py
6 lines | 134 B | text/x-python | PythonLexer
try:
import coverage
if hasattr(coverage, 'process_startup'):
coverage.process_startup()
except ImportError:
pass