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

Unified Diff: tracing/tracing_build/benchmarks.py

Issue 1376953005: Move tracing/third_party/tvcm -> third_party/py_vulcanize. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 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: tracing/tracing_build/benchmarks.py
diff --git a/tracing/tracing_build/benchmarks.py b/tracing/tracing_build/benchmarks.py
index c5d89526fa6f0b2298ca6d548f4054fcc702a2c1..9d91b99bf5ecd7b64f57b82d6859b3f40fe1a17c 100644
--- a/tracing/tracing_build/benchmarks.py
+++ b/tracing/tracing_build/benchmarks.py
@@ -11,8 +11,8 @@ import sys
import os
import tracing_project
-from tvcm import generate
-from tvcm import project
+from py_vulcanize import generate
+from py_vulcanize import project
class Bench(object):

Powered by Google App Engine
This is Rietveld 408576698