tests/sitecustomize.py
author Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>
Tue, 23 Mar 2010 11:37:01 +0100
changeset 10757 ab3782458827
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
posix: move a global fcntl import to keep it from breaking jython Only needed on darwin, anyway.

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