##// END OF EJS Templates
inotify: catch SignalInterrupt during shutdown (issue3351)...
r16354:9f98fe05 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