Mercurial > hg
view tests/sitecustomize.py @ 13597:38c9837b1f75 stable
hgweb: add separate page with bookmarks listing
author | Alexander Solovyov <alexander@solovyov.net> |
---|---|
date | Sat, 12 Mar 2011 11:20:03 +0100 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass