Mercurial > hg
view tests/sitecustomize.py @ 18630:9b9e2d9e83a1
merge: split out mostly-non-interactive working dir updates
In a later patch, we'll run these updates in parallel.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Sat, 09 Feb 2013 15:21:58 -0800 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass