view tests/sitecustomize.py @ 24223:b4df0d0c49e7

manifest: move parsing functions up in file These functions are about to change signature and be hidden inside the manifestdict constructor. Doing the code motion now as an isolated change to make things easier to review.
author Augie Fackler <augie@google.com>
date Sat, 07 Mar 2015 11:42:05 -0500
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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