tests/sitecustomize.py
author Patrick Mezard <patrick@mezard.eu>
Mon, 20 Aug 2012 22:36:51 +0200
changeset 17466 d5a3bda6e170
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
killdaemons: take file argument explicitely It makes it easier to use as a generic replacement for kill utility, mostly for Windows tests.

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