view tests/sitecustomize.py @ 15126:d3ad0e9d4be2

help: fold some list help clauses into the helplist function
author Matt Mackall <mpm@selenic.com>
date Sat, 17 Sep 2011 14:46:00 -0500
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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