Mercurial > hg-stable
view tests/sitecustomize.py @ 24179:14d647d25c70
merge-tools: configuration for Beyond Compare on OS X
Based on the Linux configuration entry.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Fri, 27 Feb 2015 21:42:58 +0100 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass