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

Unified Diff: tools/telemetry/telemetry/__init__.py

Issue 1637543002: [Telemetry] Add warning that Telemetry lives in Catapult now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/__init__.py
diff --git a/tools/telemetry/telemetry/__init__.py b/tools/telemetry/telemetry/__init__.py
index 2586c2572490a0fcc01f249ef748c773be3b7498..a77b39e36f6376d9d8cb8bca746d55cdad8048bb 100644
--- a/tools/telemetry/telemetry/__init__.py
+++ b/tools/telemetry/telemetry/__init__.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
"""A library for cross-platform browser tests."""
+import logging
import os
import sys
@@ -55,3 +56,8 @@ _AddDirToPythonPath(util.GetTelemetryThirdPartyDir(), 'websocket-client')
# Install Telemtry global hooks.
global_hooks.InstallHooks()
+
+logging.warn(
+ 'Telemetry has moved to Catapult, and will be deleted from Chromium on '
+ '2016-01-29. Please use Telemetry from third_party/catapult/telemetry '
+ 'instead.')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698