##// END OF EJS Templates
tests: drop unnecessary glob that causes a warning on Windows...
tests: drop unnecessary glob that causes a warning on Windows This was triggered by 3778884197f0.

File last commit:

r14971:0b21ae0a default
r23465:7e6d73f6 default
Show More
sitecustomize.py
5 lines | 111 B | text/x-python | PythonLexer
Dirkjan Ochtman
tests: use external coverage, mandate newer version...
r10648 try:
import coverage
Augie Fackler
tests: use getattr instead of hasattr
r14971 getattr(coverage, 'process_startup', lambda: None)()
Dirkjan Ochtman
tests: use external coverage, mandate newer version...
r10648 except ImportError:
pass