view tests/sitecustomize.py @ 18252:3f1552c6bf71

context: retrieve hidden from filteredrevs This prepare the dropping of the repo.hiddenrevs property
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Thu, 03 Jan 2013 18:51:16 +0100
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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