view tests/sitecustomize.py @ 22644:1ec7cdaf898f

bookmarks: allow `updatefromremote` to be quiet This will be useful to use the function during clone (clone is not printing any bookmark data right now)
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 02 Oct 2014 12:16:07 -0500
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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