Mercurial > hg-stable
view tests/sitecustomize.py @ 13463:22f948c027a9 stable
hgk: display bookmark in commit diff window
author | David Soria Parra <dsp@php.net> |
---|---|
date | Wed, 23 Feb 2011 00:25:18 +0100 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass