view tests/sitecustomize.py @ 18752:fabbaa250977

minirst: optimize HTML table generation a bit avoid a couple of array copies and string interpolations
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sat, 09 Feb 2013 21:51:21 +0000
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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