tests/sitecustomize.py
author Wagner Bruna <wbruna@softwareexpress.com.br>
Tue, 11 Sep 2012 10:59:21 -0300
branchstable
changeset 17544 26ebc7f72fe6
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
i18n-pt_BR: synchronized with f5e86b416e05

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