##// END OF EJS Templates
tests: ^ must be quoted when used on solaris sh...
tests: ^ must be quoted when used on solaris sh The check was broken when it was introduced in 6e4cf8319f54.

File last commit:

r14971:0b21ae0a default
r16483:3c491036 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