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

Unified Diff: tools/telemetry/telemetry/internal/util/py_trace.py

Issue 1290113003: [Telemetry] Remove obsolete dependency. Remove py_trace.py since it's not used any where. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add chromite LICENSE Created 5 years, 4 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: tools/telemetry/telemetry/internal/util/py_trace.py
diff --git a/tools/telemetry/telemetry/internal/util/py_trace.py b/tools/telemetry/telemetry/internal/util/py_trace.py
deleted file mode 100644
index 01affc8486a069c94afed9fa9d4d8bfe9fbcde88..0000000000000000000000000000000000000000
--- a/tools/telemetry/telemetry/internal/util/py_trace.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from telemetry.core import util
-
-
-util.AddDirToPythonPath(util.GetChromiumSrcDir(),
- 'third_party', 'py_trace_event', 'src')
-# pylint: disable=wildcard-import, unused-wildcard-import
-from trace_event import *

Powered by Google App Engine
This is Rietveld 408576698