tests/sitecustomize.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 26 Sep 2012 14:19:19 +0200
changeset 17663 c6de8c696644
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
histedit: extract bookmark logic in a dedicated function This lighten the main function and will help to see future changes to this bookmark logic.

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