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

Unified Diff: slave/skia_slave_scripts/update_all_buildslave_checkouts.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/update.py ('k') | slave/skia_slave_scripts/update_all_slave_hosts.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/update_all_buildslave_checkouts.py
diff --git a/slave/skia_slave_scripts/update_all_buildslave_checkouts.py b/slave/skia_slave_scripts/update_all_buildslave_checkouts.py
index 10203b28d2c3e046025b64044374f6b334d28743..0cfecf85eb143ce4f694d018ec5ceb209675be9f 100644
--- a/slave/skia_slave_scripts/update_all_buildslave_checkouts.py
+++ b/slave/skia_slave_scripts/update_all_buildslave_checkouts.py
@@ -17,12 +17,8 @@ import skia_vars
import sys
from build_step import BuildStep, BuildStepWarning
-from utils import force_update_checkout
-from utils import misc
-
-sys.path.append(misc.BUILDBOT_PATH)
-
from scripts import run_cmd
+from utils import force_update_checkout
BUILDBOT_GIT_URL = skia_vars.GetGlobalVariable('buildbot_git_url')
« no previous file with comments | « slave/skia_slave_scripts/update.py ('k') | slave/skia_slave_scripts/update_all_slave_hosts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698