##// END OF EJS Templates
bookmarks: restore python 2.4 compatibility...
bookmarks: restore python 2.4 compatibility Remove py25 'try except finally' clause.

File last commit:

r14971:0b21ae0a default
r16194:6ba53012 stable
Show More
sitecustomize.py
5 lines | 111 B | text/x-python | PythonLexer
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass