Mercurial > hg-stable
view tests/sitecustomize.py @ 15581:d8fa35c28335
ssh: quote remote paths (issue2983)
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sat, 26 Nov 2011 00:10:31 +0100 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass