##// END OF EJS Templates
tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround
tests: backout a82de9dc4f77, debugstacktrace is now stable, drop workaround

File last commit:

r14971:0b21ae0a default
r20543:01df3660 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