view tests/sitecustomize.py @ 20366:5ec6321f49a9

revset: added substraction to baseset class Added __sub__ method to the baseset class to be able to compare it with other subsets more efficiently.
author Lucas Moscovicz <lmoscovicz@fb.com>
date Thu, 23 Jan 2014 14:20:58 -0800
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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