tests/sitecustomize.py
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 12 Mar 2011 11:06:40 +0100
changeset 13580 587bce2f304c
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
tests: fix permission issue trying to remove test directory

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass