view tests/sitecustomize.py @ 22217:570f87422f54

obsstore: add an explicit `date` argument to obsstore.create The date will become an official field in the markers (and ultimately in the on-disk format). We start by making it an official argument for the function.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 13 Aug 2014 22:44:47 -0700
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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