view tests/sitecustomize.py @ 14175:b452abffcb15

tests: add pyflakes checking for assigned to but never used
author timeless <timeless@mozdev.org>
date Sun, 01 May 2011 17:27:41 +0200
parents 58128004cca1
children 0b21ae0a2366
line wrap: on
line source

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass