view tests/sitecustomize.py @ 17459:f4d15f3b96c0

test-hybridencode: extensions are replicated on hashed paths unfortunately, this is done unbounded, so the length of the hashed path is not really limited
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 06 Sep 2012 22:51:32 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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