##// END OF EJS Templates
tests: patch up silly new year's bug
tests: patch up silly new year's bug

File last commit:

r14971:0b21ae0a default
r15770:1f9f9b4c 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