tests/sitecustomize.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 01 Aug 2012 15:12:22 +0200
branchstable
changeset 17327 7f5094bb3f42
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
test: fix typo in test comment

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