view tests/sitecustomize.py @ 19424:762e51ce3411

gendoc: add showtopic This function prints any topic.
author Takumi IINO <trot.thunder@gmail.com>
date Wed, 03 Jul 2013 21:49:39 +0900
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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