view tests/sitecustomize.py @ 23763:7ad155e13f0f

debugnamecomplete: use new name api Instead of hardcoding a list of places to check, we use the new repo.names api to get a list of potential names to complete.
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 15 Dec 2014 14:11:19 -0800
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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