tests/sitecustomize.py
author Kevin Bullock <kbullock@ringworld.org>
Tue, 19 Feb 2013 13:35:39 -0600
changeset 18706 f17680992123
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
merge with stable

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