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

Unified Diff: slave/skia_slave_scripts/sync_android.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
« no previous file with comments | « slave/skia_slave_scripts/run_tool_self_tests.py ('k') | slave/skia_slave_scripts/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/sync_android.py
diff --git a/slave/skia_slave_scripts/sync_android.py b/slave/skia_slave_scripts/sync_android.py
index c328955cd417b08bb4242dc3520d18655ec8dacd..8a7712bcd53820d79c85c5bb07be6f84cf61e378 100644
--- a/slave/skia_slave_scripts/sync_android.py
+++ b/slave/skia_slave_scripts/sync_android.py
@@ -12,8 +12,8 @@ import shlex
import sys
from build_step import BuildStep
-from utils import misc
-from utils import shell_utils
+from py.utils import misc
+from py.utils import shell_utils
from utils.gclient_utils import GIT
« no previous file with comments | « slave/skia_slave_scripts/run_tool_self_tests.py ('k') | slave/skia_slave_scripts/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698