Mercurial > hg-stable
view tests/sitecustomize.py @ 23915:5b20e4c32117
test-tools: another vfat fix
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 17 Jan 2015 17:59:30 -0800 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass