##// END OF EJS Templates
manifest: do parsing inside manifestdict contstructor...
manifest: do parsing inside manifestdict contstructor This shape to the code will make using a C implementation of the manifest storage easier.

File last commit:

r14971:0b21ae0a default
r24224:d71837d0 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