Mercurial > hg
view tests/sitecustomize.py @ 22318:a24692714e9e stable
i18n-pt_BR: synchronized with 0c838e7459a5
author | Wagner Bruna <wbruna@yahoo.com> |
---|---|
date | Sat, 30 Aug 2014 09:40:31 -0300 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass