tests/sitecustomize.py
author Martin Geisler <mg@lazybytes.net>
Wed, 27 Oct 2010 12:05:37 +0200
branchstable
changeset 12857 a9f91c844a3b
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
README: add small introduction

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