view tests/sitecustomize.py @ 20647:70d02abff434

histedit: clean up lock imports We are alread importing the release function from lock, no need to actually import the module too.
author Olle Lundberg <geek@nerd.sh>
date Wed, 05 Mar 2014 22:02:45 +0100
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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