tests/sitecustomize.py
author Patrick Mezard <pmezard@gmail.com>
Sun, 13 Nov 2011 21:37:14 +0100
branchstable
changeset 15509 3774e1453ef4
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
diff: --ignore-blank-lines was too enthusiastic It was ignoring changes from: ab to: a b

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