tests/sitecustomize.py
author Kevin Bullock <kbullock@ringworld.org>
Wed, 17 Oct 2012 16:23:42 -0500
changeset 17814 f88ca484c3e9
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
bookmarks: remove redundant check for newline New bookmarks are already checked for illegal characters (':', '\0', '\n', and '\r') in bookmarks.valid().

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