view tests/sitecustomize.py @ 15995:b006735cf57a stable

i18n-pt_BR: synchronized with 0b05e0bfdc1c
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Thu, 26 Jan 2012 12:09:14 -0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass