##// END OF EJS Templates
formatter: add pickle format...
formatter: add pickle format This gives convenient Python2 output. Python 3 users will need encoding=bytes.

File last commit:

r14971:0b21ae0a default
r22430:968247e8 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