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

Unified Diff: slave/skia_slave_scripts/update_all_slave_hosts.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_all_slave_hosts.py
diff --git a/slave/skia_slave_scripts/update_all_slave_hosts.py b/slave/skia_slave_scripts/update_all_slave_hosts.py
index 6ce69467e9e148281abf47e509e05e2d6a9b87d7..a80af651649138a57836fcd63d1009b0e20231cd 100644
--- a/slave/skia_slave_scripts/update_all_slave_hosts.py
+++ b/slave/skia_slave_scripts/update_all_slave_hosts.py
@@ -18,7 +18,7 @@ import sys
from build_step import BuildStep, BuildStepWarning
from utils import force_update_checkout
-from utils import misc
+from py.utils import misc
sys.path.append(misc.BUILDBOT_PATH)
« no previous file with comments | « slave/skia_slave_scripts/update_all_buildslave_checkouts.py ('k') | slave/skia_slave_scripts/update_skp_version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698