Mercurial > hg
view tests/sitecustomize.py @ 24127:4cb8002658d6
resolve: port to generic templater
Test output changes because color labels are applied separately.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 11 Feb 2015 13:59:13 +0900 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass