Mercurial > hg
view tests/sitecustomize.py @ 15299:10b2bd7f1125 stable
largefiles: fix typo
author | Eli Carter <eli.carter@tektronix.com> |
---|---|
date | Tue, 18 Oct 2011 09:59:04 -0500 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass