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

Unified Diff: slave/skia_slave_scripts/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/update.py
diff --git a/slave/skia_slave_scripts/update.py b/slave/skia_slave_scripts/update.py
index 34a3ba415884b787f8a2d13536c51aa2bb7f15e1..d248a5d5ca3f227cacd6844beb680742bac35bc0 100644
--- a/slave/skia_slave_scripts/update.py
+++ b/slave/skia_slave_scripts/update.py
@@ -6,13 +6,14 @@
""" Check out the Skia sources. """
+from build_step import BuildStep, BuildStepFailure
+
from common import chromium_utils
-from utils.git_utils import GIT
+from py.utils.git_utils import GIT
from utils import file_utils
from utils import gclient_utils
-from utils import misc
-from utils import shell_utils
-from build_step import BuildStep, BuildStepFailure
+from py.utils import misc
+from py.utils import shell_utils
import ast
import config_private
« no previous file with comments | « slave/skia_slave_scripts/sync_android.py ('k') | slave/skia_slave_scripts/update_all_buildslave_checkouts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698