##// END OF EJS Templates
subrepo: rename relpath to subrelpath and introduce reporelpath
subrepo: rename relpath to subrelpath and introduce reporelpath

File last commit:

r10648:58128004 stable
r12752:18b5b639 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