tests/sitecustomize.py
author Greg Ward <greg@gerg.ca>
Thu, 20 Oct 2011 21:56:30 -0400
branchstable
changeset 15332 0db47b8d025f
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
largefiles: rename lfconvert --tonormal option to --to-normal

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