view tests/sitecustomize.py @ 23469:65e48b8d20f5

bookmarks: factor out repository lookup from writing bookmarks file This will allow the share extension to extend bookmarks functionality to share bookmarks between repositories.
author Ryan McElroy <rmcelroy@fb.com>
date Tue, 02 Dec 2014 20:31:19 -0800
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass