Mercurial > hg
view tests/sitecustomize.py @ 21629:664c49420d48
vim: use try catch in vim plugin to avoid conflicts
author | Ali Vakilzade <ali.vakilzade@gmail.com> |
---|---|
date | Sat, 03 May 2014 19:11:51 +0430 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass