view tests/sitecustomize.py @ 16948:a0cbbf78c31a

tests: reintroduce globs in test-convert-authormap.t They are needed on windows and were accidentally removed in eaf6a6d7f015.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 13 Jun 2012 02:29:47 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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