Mercurial > hg
view tests/sitecustomize.py @ 17040:4e173efed628 stable
i18n-pt_BR: synchronized with f8af57c00a29
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Fri, 22 Jun 2012 10:19:56 -0300 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass