tests/sitecustomize.py
author Gilles Moris <gilles.moris@free.fr>
Tue, 01 Mar 2011 07:28:20 +0100
branchstable
changeset 13515 2616325766e3
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
contrib: update tcsh_completion for Mercurial 1.8 Added the following commands: bookmarks debugignore. Fix the tcsh parse script for the current help text layout.

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass