Mercurial > hg
view tests/sitecustomize.py @ 20990:d9e211a658eb
copies: guard debug section with ui.debugflag
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Tue, 25 Feb 2014 20:31:53 +0100 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass