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

Unified Diff: third_party/coverage-3.7.1/coverage/__init__.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
Index: third_party/coverage-3.7.1/coverage/__init__.py
diff --git a/third_party/coverage-3.6/coverage/__init__.py b/third_party/coverage-3.7.1/coverage/__init__.py
similarity index 98%
rename from third_party/coverage-3.6/coverage/__init__.py
rename to third_party/coverage-3.7.1/coverage/__init__.py
index 0ccc699f1311b3fc94333c67a9a1d0db5bc29528..193b7a107ebd3716e69333d11df05537c8208ed3 100644
--- a/third_party/coverage-3.6/coverage/__init__.py
+++ b/third_party/coverage-3.7.1/coverage/__init__.py
@@ -92,7 +92,7 @@ except KeyError:
# COPYRIGHT AND LICENSE
#
# Copyright 2001 Gareth Rees. All rights reserved.
-# Copyright 2004-2012 Ned Batchelder. All rights reserved.
+# Copyright 2004-2013 Ned Batchelder. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
« no previous file with comments | « third_party/coverage-3.7.1/coverage.egg-info/top_level.txt ('k') | third_party/coverage-3.7.1/coverage/__main__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698