Mercurial > hg
view tests/sitecustomize.py @ 10831:441f5d66da03
color: concatenate effects correctly and avoid printing empty effects
author | Brodie Rao <brodie@bitheap.org> |
---|---|
date | Sun, 04 Apr 2010 22:53:50 -0500 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass