Mercurial > hg-stable
view tests/sitecustomize.py @ 18225:6a082e72df4e
merge with crew-stable
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Fri, 04 Jan 2013 13:03:44 -0600 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass