view tests/sitecustomize.py @ 18192:f9a89bdd64a6 stable

scmutil: don't try to match modes on filesystems without modes (issue3740)
author Matt Mackall <mpm@selenic.com>
date Thu, 20 Dec 2012 15:52:23 -0600
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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