##// END OF EJS Templates
wireproto: fix handling of '*' args for HTTP and SSH
wireproto: fix handling of '*' args for HTTP and SSH

File last commit:

r10648:58128004 stable
r13721:3458c15a 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