tests/sitecustomize.py
author Augie Fackler <raf@durin42.com>
Sat, 09 Feb 2013 15:39:22 -0600
changeset 18614 b2586e2cc67a
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
parsedate: understand "now" as a shortcut for the current time

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