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

Unified Diff: slave/skia_slave_scripts/upload_bench_results_appengine.py

Issue 344183004: Use new common utils where possible. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 5 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: slave/skia_slave_scripts/upload_bench_results_appengine.py
diff --git a/slave/skia_slave_scripts/upload_bench_results_appengine.py b/slave/skia_slave_scripts/upload_bench_results_appengine.py
index 61d32001565b1d9bb93deb638fefc50c6dfdd369..cd34c8835b76957021430fd3b3dd979891627d71 100644
--- a/slave/skia_slave_scripts/upload_bench_results_appengine.py
+++ b/slave/skia_slave_scripts/upload_bench_results_appengine.py
@@ -6,7 +6,7 @@
""" Upload benchmark results to AppEngine.. """
from build_step import BuildStep
-from utils import shell_utils
+from py.utils import shell_utils
import os
import skia_vars
« no previous file with comments | « slave/skia_slave_scripts/update_skp_version.py ('k') | slave/skia_slave_scripts/upload_bench_results_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698