##// END OF EJS Templates
keyword: switch kwtemplater.record in kw_dorecord()...
keyword: switch kwtemplater.record in kw_dorecord() Obsoletes the need for a global recordcommands variable.

File last commit:

r10648:58128004 stable
r12631:7b34fdff 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