Mercurial > hg
view tests/sitecustomize.py @ 14355:8fdc9dd8264b stable
revset: note case-sensitive match in grep
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 18 May 2011 09:28:11 +0200 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass