tests/sitecustomize.py
author Martin Geisler <mg@aragost.com>
Mon, 30 Apr 2012 12:04:30 +0200
branchstable
changeset 16548 e49e039acd5e
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
doc: update copyright years to 2012 I sometimes look at a piece of software and if the man page says "Copyright 2004", then I'm inclined to think that the project is stale or that the authors are lazy. Neither is good publicity for us :-)

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