##// END OF EJS Templates
util: dates cannot consist entirely of whitespace (issue2732)
r13780:bc7b5d1c default
Show More
sitecustomize.py
6 lines | 134 B | text/x-python | PythonLexer
try:
import coverage
if hasattr(coverage, 'process_startup'):
coverage.process_startup()
except ImportError:
pass