tests/sitecustomize.py
author Augie Fackler <augie@google.com>
Sat, 07 Mar 2015 11:43:12 -0500
changeset 24224 d71837d06597
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
manifest: do parsing inside manifestdict contstructor This shape to the code will make using a C implementation of the manifest storage easier.

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass