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

Unified Diff: slave/skia_slave_scripts/run_gm_self_tests.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/run_gm_self_tests.py
diff --git a/slave/skia_slave_scripts/run_gm_self_tests.py b/slave/skia_slave_scripts/run_gm_self_tests.py
index a740d83acd141d10dfca49176a7aa2604b368dad..9f5147d257b1abf0b7d8e2162ca854cb78ab2c57 100755
--- a/slave/skia_slave_scripts/run_gm_self_tests.py
+++ b/slave/skia_slave_scripts/run_gm_self_tests.py
@@ -9,7 +9,7 @@ import os
import sys
from build_step import BuildStep
-from utils import shell_utils
+from py.utils import shell_utils
class RunGmSelfTests(BuildStep):
« no previous file with comments | « slave/skia_slave_scripts/run_buildbot_self_tests.py ('k') | slave/skia_slave_scripts/run_tool_self_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698