Mercurial > hg
view tests/sitecustomize.py @ 22942:03602f76deee
manifest: rename ambiguously-named set to setflag
Just makes it a little clearer what this method does.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 10 Oct 2014 14:09:37 -0400 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass