##// END OF EJS Templates
churn: do not crash on empty lines in alias file
churn: do not crash on empty lines in alias file

File last commit:

r10648:58128004 stable
r12068:2e7647d2 stable
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