view tests/sitecustomize.py @ 21929:5bd11162c0a4 stable

commands: fix typo in import documentation
author Wagner Bruna <wbruna@yahoo.com>
date Sun, 20 Jul 2014 15:06:12 -0300
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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