##// END OF EJS Templates
bundle2: move exception classes into the error module...
bundle2: move exception classes into the error module Exceptions should have known their place.

File last commit:

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