eric6/DebugClients/Python/coverage/__main__.py

Sun, 03 May 2020 16:18:14 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 03 May 2020 16:18:14 +0200
changeset 7570
a7a5750aded4
parent 7427
362cd1b6f81a
permissions
-rw-r--r--

Web Browser: made the URL entry background configurable and harmonized certificate handling for the web page and its web icon (favicon).

# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

"""Coverage.py's main entry point."""

import sys
from coverage.cmdline import main
sys.exit(main())

eric ide

mercurial