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

Unified Diff: slave/skia_slave_scripts/do_auto_roll.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/detect_static_initializers.py ('k') | slave/skia_slave_scripts/do_skps_capture.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/do_auto_roll.py
diff --git a/slave/skia_slave_scripts/do_auto_roll.py b/slave/skia_slave_scripts/do_auto_roll.py
index 4a0f284fede702c00a27ebf56475415c49f1e422..c3be94e4a5f50ccbe9e5fc1185dca375039c70c8 100644
--- a/slave/skia_slave_scripts/do_auto_roll.py
+++ b/slave/skia_slave_scripts/do_auto_roll.py
@@ -13,8 +13,8 @@ import sys
from build_step import BuildStep
from slave import slave_utils
-from utils import misc
-from utils import shell_utils
+from py.utils import misc
+from py.utils import shell_utils
sys.path.append(misc.BUILDBOT_PATH)
« no previous file with comments | « slave/skia_slave_scripts/detect_static_initializers.py ('k') | slave/skia_slave_scripts/do_skps_capture.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698