view tests/sitecustomize.py @ 22817:e4eb4bfc3616

rangeset: use `first` and `last` instead of direct indexing This makes it compatible with all smarsets classes.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 06 Oct 2014 23:45:07 -0700
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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