view tests/sitecustomize.py @ 21205:e2031c8ca4f8 stable

revset: also inline spanset._contained in __len__ For consistency with what happen in `__contains__`, we inline the range test into `__len__` too.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 25 Apr 2014 18:00:07 -0700
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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