Mercurial > hg
view tests/sitecustomize.py @ 13864:fd8a6ca3a750 stable
hgweb: add separate bookmarks listing to gitweb theme (based on 38c9837b1f75)
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 03 Apr 2011 23:47:05 +0900 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass