view tests/sitecustomize.py @ 15957:12a1c9e92d66 stable

update: note ways to avoid moving bookmark
author Kevin Bullock <kbullock@ringworld.org>
date Thu, 19 Jan 2012 16:10:26 -0600
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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