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

Unified Diff: slave/skia_slave_scripts/moz2d_canary_update.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/moz2d_canary_update.py
diff --git a/slave/skia_slave_scripts/moz2d_canary_update.py b/slave/skia_slave_scripts/moz2d_canary_update.py
index deb888c2a698c7e5cecc3eff83a7a7739436c041..4d994325d7a6154d53f146392469abcabba35787 100644
--- a/slave/skia_slave_scripts/moz2d_canary_update.py
+++ b/slave/skia_slave_scripts/moz2d_canary_update.py
@@ -9,8 +9,8 @@
from build_step import BuildStep
from flavor_utils import moz2d_canary_build_step_utils
from update import Update
-from utils import misc
-from utils import shell_utils
+from py.utils import misc
+from py.utils import shell_utils
import sys
« no previous file with comments | « slave/skia_slave_scripts/merge_into_android.py ('k') | slave/skia_slave_scripts/run_android_platform_self_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698