Mercurial > hg-stable
view tests/sitecustomize.py @ 15186:a9b0f5624ffc stable
Added signature for changeset 351a9292e430
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 01 Oct 2011 15:49:29 -0500 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass