tests/sitecustomize.py
author David Golub
Fri, 24 Jun 2011 11:39:12 -0400
branchstable
changeset 14737 b39ed8c8e5e5
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
call reposetup for repositories returned from peer (issue2864) Extension setup functions were not being called when repositories were obtained using the peer function instead of the repository function.

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