tests/sitecustomize.py
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Sat, 02 Aug 2014 21:46:27 +0900
changeset 22007 a5bb0c4001ae
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
backout: pass 'editform' argument to 'cmdutil.getcommiteditor' This patch passes 'editform' argument according to the format below: COMMAND[.ROUTE] - ROUTE: name of route, if there are two or more routes in COMMAND In this patch, ROUTE is omitted..

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