view tests/sitecustomize.py @ 22204:f8dc6599da5d

cleanup: name unused variables using convention of leading _ This helps checker tools ... and readability for those who knows and follows the convention.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 15 Aug 2014 04:37:46 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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