File: sitecustomize.py

package info (click to toggle)
mercurial 2.2.2-4%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 24,080 kB
  • sloc: python: 59,540; tcl: 3,635; ansic: 3,239; lisp: 1,412; sh: 800; makefile: 204; xml: 16
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (4)
1
2
3
4
5
try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass