##// END OF EJS Templates
Added tag 1.7.1 for changeset 4438875ec01b
Added tag 1.7.1 for changeset 4438875ec01b

File last commit:

r10648:58128004 stable
r12988:83841063 stable
Show More
sitecustomize.py
6 lines | 134 B | text/x-python | PythonLexer
Dirkjan Ochtman
tests: use external coverage, mandate newer version...
r10648 try:
import coverage
if hasattr(coverage, 'process_startup'):
coverage.process_startup()
except ImportError:
pass