Mercurial > public > mercurial-scm > hg-stable
view tests/sitecustomize.py @ 19977:d825e4025e39 stable 2.8
merge with i18n
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 01 Nov 2013 17:04:03 -0500 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass