view tests/sitecustomize.py @ 19483:1c2c08642681 stable

i18n-pt_BR: synchronized with bf6bc4681383
author Wagner Bruna <wbruna@yahoo.com>
date Wed, 24 Jul 2013 09:43:32 -0300
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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