tests/sitecustomize.py
author Chinmay Joshi <c@chinmayjoshi.com>
Sat, 21 Jun 2014 14:40:29 +0530
changeset 21802 ff27fad408c4
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
hg: update util.writefile method to use write with vfs in share This patch replaces util.writefile() to use destvfs.write().

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