view tests/sitecustomize.py @ 21164:2efcef493aa2 stable

obsolete: fix language and grammar in module docstring
author Martin Geisler <martin@geisler.net>
date Sat, 19 Apr 2014 19:52:09 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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