tests/sitecustomize.py
author Alexander Plavin <alexander@plav.in>
Thu, 25 Jul 2013 01:12:25 +0400
changeset 19795 ac08ff370977
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
paper: define searchhint message in map file and use it in other templates

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