view tests/sitecustomize.py @ 13195:f14cfcc488fb

record: clean up comments and docstrings Rewrap comments and docstrings to a width of 72 chars and copy-edit.
author Kevin Bullock <kbullock@ringworld.org>
date Tue, 21 Dec 2010 15:23:48 -0600
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass