tests/sitecustomize.py
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 28 Feb 2013 21:34:44 +0100
changeset 18734 b72697653306
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
help: new SHA-1 fingerprint of hg.intevation.org in hostfingerprints example The certificate was updated in March 2012. You can verify the certificate by using the Root CA certificate downloadable from https://ssl.intevation.de/ The intermediate CA is sent by https://hg.intevation.org/

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