Mercurial > public > mercurial-scm > hg-stable
view tests/sitecustomize.py @ 13740:dcb51f156fa6
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 23 Mar 2011 12:38:36 -0500 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass