Mercurial > hg
view tests/sitecustomize.py @ 16608:289fdcd4cb47 stable
tests: improve test of hg-ssh and make the test pass on windows
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Mon, 07 May 2012 00:52:11 +0200 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass