view tests/sitecustomize.py @ 13469:07a6460f829a stable

tests: remove bookmark extension configuration
author David Soria Parra <dsp@php.net>
date Thu, 24 Feb 2011 03:13:48 +0100
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

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