Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(973)

Unified Diff: third_party/coverage-3.6/coverage/__main__.py

Issue 225633007: Upgrade to coverage 3.7.1 and have it auto-build itself on first use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: sigh our imports are a mess Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/coverage-3.6/coverage/__init__.py ('k') | third_party/coverage-3.6/coverage/annotate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/coverage-3.6/coverage/__main__.py
diff --git a/third_party/coverage-3.6/coverage/__main__.py b/third_party/coverage-3.6/coverage/__main__.py
deleted file mode 100644
index 55e0d259e04acfb78ba6c4cd2386606aa65a6ad4..0000000000000000000000000000000000000000
--- a/third_party/coverage-3.6/coverage/__main__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-"""Coverage.py's main entry point."""
-import sys
-from coverage.cmdline import main
-sys.exit(main())
« no previous file with comments | « third_party/coverage-3.6/coverage/__init__.py ('k') | third_party/coverage-3.6/coverage/annotate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698