tests/sitecustomize.py
author Nikolaj Sjujskij <sterkrig@myopera.com>
Fri, 10 Aug 2012 15:42:15 +0400
branchstable
changeset 17350 5a73502cd979
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
i18n-ru: fix spelling of "missing" equivalent

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