tests/sitecustomize.py
author Augie Fackler <raf@durin42.com>
Sat, 09 Feb 2013 05:34:22 -0600
changeset 18593 895d65364570
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
test-inotify-issue1556.t: migrate to killdaemons from kill `cat pidfile`

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